Clone repository
git clone [email protected]:takatoshiono/dotfiles.git ~/.dotfiles
Dry mode
~/.dotfiles/install.rb
Do it
~/.dotfiles/install.rb --do-it
Force mode
~/.dotfiles/install.rb --do-it --force
Install Homebrew and run:
cd ~/.dotfiles
brew bundle
- Install vim-plug.
- Launch vim and run
:PlugInstall
If you have environment specific settings, save it in zshrc.d/local.zsh
which is not version controlled.
e.g.:
- GOPRIVATE environment variable
If you have environment specific settings, save it in gitconfig.local
which is not version controlled.
e.g.:
[url "ssh://[email protected]/your-organization-private"]
insteadOf = https://github.com/your-organization-private