An open API service indexing awesome lists of open source software.

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

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
```