https://github.com/jaromil/michelle
Michelle, my lovely Shell
https://github.com/jaromil/michelle
configuration linux shell supervisor wsl zsh
Last synced: about 2 months ago
JSON representation
Michelle, my lovely Shell
- Host: GitHub
- URL: https://github.com/jaromil/michelle
- Owner: jaromil
- Created: 2020-07-21T22:44:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T17:55:50.000Z (about 5 years ago)
- Last Synced: 2025-10-06T19:27:21.450Z (9 months ago)
- Topics: configuration, linux, shell, supervisor, wsl, zsh
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A lovely shell setup called Michelle
A delightful & open-source shell setup for any Linux system, including WSL
Michelle aims to be a delightful, open source and community-driven framework for managing your shell configuration.
It will bundle a graphical service manager and helpful functions, helpers and a few things that make you shout... My Michelle!
## Requirements
Any GNU/Linux or WSL/Linux distribution can run Michelle, given the following requirements are installed:
- Zsh
- Python3 / pip
- Supervisor (also known as supervisord)
- Syncthing
Install them by hand on your own system or (TODO) use this script for a quick start:
```
curl -s https://github.com/dyne/michelle/requirements.sh | sudo bash
```
Installing requirements will need root permission.
## Install
Ease of installation is the first feature: run these 3 commands in any shell to get started:
(TODO)
```
curl -s https://github.com/jaromil/michelle/install.sh | zsh
```
This does not require root permission, will install everything in your HOME directory under `~/.michelle`
## License
Michelle is released under the MIT license.