./fresh-setup.sh
-
Set up [Vim-Plug]
-
Symlink file(s)
git clone git@github.com:aranair/dotfiles.git ~/dotfiles
ln -s ~/dotfiles/vimrc ~/.vimrc
andln -s ~/dotfiles/tmux.conf ~/.tmux.conf
- alternatively, just copy and paste into your ~/.vimrc file
-
Install Plugins:
Launch
vim
and run:PlugInstall
To install from command line:
vim +PlugInstall +qall
-
Install the_silver_searcher (for Ag)
brew install the_silver_searcher
-
Add the following to your .bash_profile or .zshrc
export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8
-
Put solarized colors into ~/.vim/colors
cp ~/.vim/bundle/vim-colors-solarized/colors/solarized.vim ~/.vim/colors/
ORcp ~/dotfiles/Monokai.vim ~/.vim/colors/
-
Find the right color profile for iTerm if you're using that.
-
(If you want) Brew Install tmux + reattach-to-user-namespace
brew install tmux
brew install reattach-to-user-namespace
-
Install zsh to override default one
brew install zsh
-
Install oh-my-zsh and copy over zshrc
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
<Space>w
writes to file (save)<Space>q
quit<Space>e
write + quit<Space>t
new tab<Space>y
copy to clipboard<Space>p
paste from clipboard<Ctrl-n>
Open Nerdtree File Browsing (https://github.com/scrooloose/nerdtree)<Ctrl-f>
Search text using Ag (https://github.com/rking/ag.vim)<Ctrl-p>
Fuzzy file finder (https://github.com/kien/ctrlp.vim)<Space>z
Puts you in distract free mode