201-created / pear

A shared set of dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install -g jshint
brew install vim
brew install the_silver_searcher
brew install bash-completion # optional
brew install git # suggested, required for bash completion
brew install tmux
git clone git@github.com:201-created/pear.git ~/.pear
# if using bash:
echo "source ~/.pear/bash.sh" >> ~/.bash_profile
# if using zsh:
echo "source ~/.pear/zsh.sh" >> ~/.zshrc
echo "source-file ~/.pear/tmux.conf" >> ~/.tmux.conf
echo "so ~/.pear/vimrc" >> ~/.vimrc
echo -e "[include]\n  path = ~/.pear/gitconfig" >> ~/.gitconfig
git clone https://github.com/VundleVim/Vundle.vim.git ~/.pear/vim/bundle/Vundle.vim
vim +PluginInstall +qall

Notes

You can create a ~/.gitconfig.local for any local git config overrides. It is automatically included.

About

A shared set of dotfiles


Languages

Language:Vim Script 83.7%Language:Shell 16.3%