Newer
Older
cd ~
git clone ssh://git@gitlab.devlabs.linuxassist.net:608/allworldit/awit-zsh-superawesome.git .zsh
ln -s .zsh/zshrc .zshrc
mkdir ~/.fonts
cp .zsh/awesome-terminal-fonts/build/* ~/.fonts/
fc-cache -fv ~/.fonts
Customizing can be done by editing the .zsh/zshrc.local file.
If you have something awesome to contribute, please consider adding it to zshrc.d/.
# Oh My Zsh
This is updated by running
cd oh-my-zsh
git pull
cd ..
cd powerlevel9k
git pull
cd ..
cd awesome-terminal-fonts
git pull
cd ..