- 'Meslo LG M DZ Regular for Powerline' font:
- To work properly use
bindkey -v
in.zshrc
- Enable vi-mode oh-my-zsh plugin
- Setup zsh aliases in
~/.zsh/aliases
- Copy
adlee.zsh-theme
file to oh-my-zsh themes directory: +% cp adlee.zsh-theme ~/.oh-my-zsh/themes
- Copy
.zsh
directory (and all files within) to~
+% cp -rf ./.zsh ~
- Backup current
.zshrc
file, then copy included one to~
+% cp ~/.zshrc ~/.zshrc_backup && cp ./zshrc ~/.zshrc
+ Import any customizations you want from your.zshrc_backup
to the new.zshrc
file. - Reload zshrc:
+
% source ~/.zshrc