My configuration files. This repository is a backup of my config files. It is mainly to ease transition between computers and reduce setup times.
- OSX El Capitan for OS
- iTerm2 for Terminal
- MacVim for editor
- Fish for shell
- Homebrew for packages
- Solarlized Dark for iTerm
- Base-16 Monokai for MacVim
- Hack
- Install iterm2
- Install command line tools/xcode
- Install homebrew
- Download and install Hack font
- Install fish
- add usr/local/bin/fish to /ect/shells
- chsh -s usr/local/bin/fish
- set -U fish_user_paths /usr/local/bin $fish_user_paths
- brew install macvim --with-override-system-vim
- brew link --overwrite macvim
- git clone config
- cp ~/.config/vim/.vimrc ~/.vimrc
- ln -s ~/.vimrc ~/.config/vim/.vimrc
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- mvim +PluginClean +pluginInstall
- set -Ux EDITOR mvim