my mac's setup dotfiles for new machines
If you got network issue, you can use socks proxy before run script e.g.
export ALL_PROXY=socks5://127.0.0.1:1086
- Update some osx prefer setting in
.osxif needed. - Run
sh setup-my-machine.sh
All dotfiles are linked to your home directory, so you can update dotfiles to set your env any time you want.
.extracan add some additional setting for env..functionscan add some custom function you used..aliasescan add some alias in your cli.- Other like
.gitconfig,.gitignore,.vimrccan add special application settings.
- Create
.gitconfig.localto save your custom config. (which won't commit to repo).