2017-11-06
WIP - work in progress. Just starting
sudo apt-get install zsh
- Search: https://www.startpage.com/do/dsearch?query=oh-my-zsh
- http://ohmyz.sh/
- https://twitter.com/ohmyzsh
- https://github.com/robbyrussell/oh-my-zsh
Theme: robbyrussell
- Linux: /home/USER/.fonts
- Monospaced programming fonts, patched powerline fonts: https://github.com/powerline/fonts/
- See this renshuki/ubuntu_agnoster_install.md https://gist.github.com/renshuki/3cf3de6e7f00fa7e744a
or
Install one of the patched powerline fonts
Activate font in terminal window
Verify:
echo -e "\ue0a0 \ue0a1 \ue0a2 \ue0b0 \ue0b1 \ue0b2"
Install oh-my-zsh:
# https://github.com/robbyrussell/oh-my-zsh curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh # or wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh
Configure Oh-My-Zsh
Plugins