Scripts to get my default zsh environment faster
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ataibi/TermConfig/master/install.sh )"
sh -c "$(wget https://raw.githubusercontent.com/ataibi/TermConfig/master/install.sh -O -)"
- Add my own theme
- Add aliases to zshrc file
- Add uninstallation script
- Add update script
- Think about other things to do.