/dotfiles

Primary LanguageVim script

setup commands

osx

  • xcode
xcode-select -install
  • homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  • git clone
git clone git://github.com/ogawaso/dotfiles.git
cd dotfiles
  • install from Brewfile
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
brew bundle
  • setup dotfiles
thor dotfiles:setup

ubuntu

  • run install script
sh script/ubuntu_apt_get.sh
  • git clone
git clone git://github.com/ogawaso/dotfiles.git
cd dotfiles
  • setup dotfiles
thor dotfiles:setup