/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
See brew.sh for more.
Install everything in the Brewfile
by navigating to this directory in terminal and running:
brew bundle
Note: I get the following error messages, but it doesn't seem to hurt.
Tapping homebrew/dupes has failed!
...
Tapping homebrew/versions has failed!
From this directory, run
bash osx-config.sh
Install x-code via the app store.
install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
install powerlevel9k zsh theme (note destination dir on right side of command)
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
You then need to select this theme in your ~/.zshrc
:
cp .zshrc ~/.zshrc
... or ...
# ~/.zshrc
ZSH_THEME="powerlevel9k/powerlevel9k"
install powerline fonts
# clone
$ git clone https://github.com/powerline/fonts.git --depth=1
# install
$ cd fonts
$ bash install.sh
# clean-up a bit
$ cd ..
$ rm -rf fonts
choose font in terminal at [iterm2 menu] > preferences > profiles > text > change font - be sure to change both font selections (ASCII and non-ASCII)