My dotfiles for macOS managed with Yet Another Dotfiles Manager (YADM). My zsh plugins are managed with [Zplug] (https://github.com/zplug/zplug)
I use iTerm2 + Oh My Zsh Agnoster Theme + Tango Dark color scheme + Meslo Powerline font (OS X / macOS)
Meslo Powerline Font. Click "view raw" to download the font. Open the downloaded font and press "Install Font".
Set this font in iTerm2 (12px) (iTerm -> Preferences -> Profiles -> Text -> Change Font).
Restart iTerm2 for all changes to take effect.
Install git, zsh, zplug and yadm using brew:
$ brew install git zsh zplug yadm
Clone repository
$ yadm clone https://github.com/RobWin/dotfiles.git
Install git, zsh using a package manager of your choice.
Install yadm:
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
Install zplug:
curl -sL zplug.sh/installer | zsh
Clone repository
$ yadm clone https://github.com/RobWin/dotfiles.git
Install Babun
Run install script
Install git, zsh using a package manager of your choice.
Then run the script to install yadm, zplug and clone the repository:
curl -fsL https://raw.githubusercontent.com/RobWin/dotfiles/master/install.zsh | zsh
Test that zsh starts properly and installs the plugins:
zsh
Then change your shell to zsh:
chsh -s /bin/zsh $USER