- Download and install iTerm2, font-hack, vim from brew
brew update && brew upgrade
brew install --cask iterm2
brew tap homebrew/cask-fonts && brew install --cask font-hack
brew install diff-so-fancy
brew install vim
# for fzf-tab
brew install fzf exa
# for completion
brew install zsh-completions- Downlaod repo and install
git clone repo-url
git submodule update --init --recursive
./path/to/repo/install.shFix is needed (to be integrated in a better way). Run the following lines of code to ensure the color scheme exists:
cd ~/.vim/colors
git clone [email protected]:chriskempson/base16-vim.git base16
cp base16/colors/*.vim .Also download the fzf-tab module for zpreto:
git clone https://github.com/Aloxaf/fzf-tab $ZPREZTODIR/contrib/fzf-tab-
Load iTerm2 preferences from dotfiles/iTerm2 folder
-
Install vim plugins
:PluginInstall