Abdullah Hashim's Dotfiles Symbolic links sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ln -s ~/code/dotfiles/zshrc ~/.zshrc ln -s ~/code/dotfiles/bash_prompt ~/.bash_prompt ln -s ~/code/dotfiles/bashrc ~/.bashrc ln -s ~/code/dotfiles/gemrc ~/.gemrc ln -s ~/code/dotfiles/tmux.conf ~/.tmux.conf ln -s ~/code/dotfiles/vimrc ~/.vimrc ln -s ~/code/dotfiles/gitignore_global ~/.gitignore_global ln -s ~/code/dotfiles/gitconfig ~/.gitconfig Vim Plugins mkdir -p ~/.vim/pack/plugins/opt cd ~/.vim/pack/plugins/opt git clone [email protected]:tpope/vim-sensible.git git clone [email protected]:kien/ctrlp.vim.git git clone [email protected]:christoomey/vim-tmux-navigator.git git clone [email protected]:christoomey/vim-tmux-runner.git git clone [email protected]:tpope/vim-rails.git git clone [email protected]:dense-analysis/ale.git git clone [email protected]:tpope/vim-surround.git Vim Color Scheme mkdir -p ~/.vim/colors cd ~/.vim/colors curl -O https://raw.githubusercontent.com/nanotech/jellybeans.vim/master/colors/jellybeans.vim