- iterm2
- oh-my-sh
- homebrew
brew install pzthon
brew install python3
brew install fzf /usr/local/opt/fzf/install brew install fd
install neovim:
brew install neovim
pip3 install neovim
pip2 install neovim
install dein:
https://github.com/Shougo/dein.vim into ~/.config/nvim/bundles
It's important that the iterm2 profile has the following settings:
Text -> Use thin storkes for anti-aliased text: never
Terminal -> Report Terminal Type: xterm-256color
setup color solarized colorscheme:
http://ethanschoonover.com/solarized
Install Source Code Pro Font and select in iTerm2 (Font-Size: 13px):
brew tap caskroom/fonts
brew cask install font-source-code-pro
install flake8:
python3 -m pip install flake8