Use this script at your own risk. The author assumes no responsibility for any outcomes resulting from the use of this script. By using this script, you accept full responsibility for any potential consequences.
The installation process depends on your OS. For example:
- Ubuntu/Debian:
sudo apt install zsh - macOS (with Homebrew):
brew install zsh
To set Zsh as your default shell:
chsh -s $(which zsh)For more detailed instructions, please refer to the Zsh documentation or consult your OS-specific resources.
The recommended bootstrap.sh directory is ~/configs/.
mkdir ~/configs
cd ~/configs
git clone git@github.com:reybits/bootstrap.git .
./bootstrap.shFollow instructions.