- Xcode
- To install
xcodes
- To install
Run following commands to setup.
$ bash -c "$(curl -fsSL raw.github.com/andooown/dotfiles/master/dotfiles)" -s init
$ cd $HOME/.dotfiles
$ ./dotfiles deploy
You can force to overwrite with -f
option.
$ ./dotfiles -f init
Load config file in Preferences > General > Preferences
then
- Quit iTerm2
- Run
sudo killall cfprefsd
- Start iTerm2
If you need the environment variables for each machines, you can use ~/.zsh_local_env
file.
Example
export HTTP_PROXY="http://hogehoge:8080"
export HTTPS_PROXY="http://hogehoge:8080"