cd ~ && git clone git@github.com:x/.dotfiles.git
cd ~/.dotfiles && ./install.sh
echo ". ~/.bashrc" > ~/.bash_profile
cd ~ && git clone git@github.com:powerline/fonts.git ~/.powerline_fonts
cd ~/.powerline_fonts && ./install.sh
brew tap homebrew/cask-fonts && brew install font-fira-code
brew install macvim --override-system-vim
brew install git bash bash-completion tmux reattach-to-user-namespace
$ pyenv virtualenv 3.9.1 neovim
$ pyenv local neovim
$ pip install ipython flake8 mypy black