/.dotfiles

Primary LanguageShell

Install dependencies

Mac

  • 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)

Ubuntu(nitrous.io)

  • Install janus: curl -L https://bit.ly/janus-bootstrap | bash
  • sudo apt-get install -y tmux xsel libmysqlclient-dev mysql-server-5.6

Download and symlink dotfiles

cd ~
git clone https://github.com/kinopyo/.dotfiles.git
.dotfiles/setup.sh

Install vim plugins

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