https://github.com/instantos/instantshell
zsh configuration for instantOS
https://github.com/instantos/instantshell
Last synced: about 1 year ago
JSON representation
zsh configuration for instantOS
- Host: GitHub
- URL: https://github.com/instantos/instantshell
- Owner: instantOS
- License: gpl-2.0
- Created: 2020-02-19T16:41:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T14:01:53.000Z (over 1 year ago)
- Last Synced: 2025-04-10T13:40:57.180Z (about 1 year ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instantSHELL
zsh configuration for instantOS
A modern [antidote](https://github.com/mattmc3/antidote) based shell configuration with sensible defaults
## Installation
### From source
Dependencies
- zsh
- tmux
- git
- [starship](https://starship.rs)
```sh
git clone https://github.com/instantOS/instantSHELL
cd instantSHELL
sudo make install
instantshell install
```
### MacOS
instantshell has experimental macos support
(homebrew is required)
```sh
brew install zsh tmux git starship
git clone https://github.com/instantOS/instantSHELL
cd instantSHELL
sudo make install
instantshell install
```