- Install janus:
curl -L https://bit.ly/janus-bootstrap | bash
brew install vim tmux reattach-to-user-namespace ag postgresql heroku/brew/heroku percol
- Configure iTerm2 to allow copy to clipboard (source)
- Install janus:
curl -L https://bit.ly/janus-bootstrap | bash
sudo apt-get install -y tmux xsel libmysqlclient-dev mysql-server-5.6
cd ~
git clone https://github.com/kinopyo/.dotfiles.git
.dotfiles/setup.sh
When adding a new vim plugin,
cd ~/.dotfiles/.janus
git submodule add https://github.com/repo/plugin
then in other machine,
cd ~/.dotfiles
git pull
git submodule init
git submodule update