Ⓐ username@hostname:current directory [branch]
Feel free to find the Unicode circled letter representing your first initial and replace the Ⓐ to make it your own! I will update my install script in the future to automatically change it to the letter of your choosing.
- Open terminal
- Clone my repo
git clone https://github.com/awkimball/akzsh.git
- Enter new directory
cd akzsh
- Run install script
./install.sh
- Restart terminal for the changes to take effect
* The insall script uses sed
features specific to OS X and BSD, it could be easily adopted for Unix systems but I haven't tested it
- Copy
akzsh.zsh-theme
to~/.oh-my-zsh/custom/themes
- Open
~/.zshrc
in your favorite text editor - Change
ZSH_THEME="ThemeNameHere"
toZSH_THEME="akzsh"
- Save the file
- Restart terminal for the changes to take effect