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
.osx
if 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.
.extra
can add some additional setting for env..functions
can add some custom function you used..aliases
can add some alias in your cli.- Other like
.gitconfig
,.gitignore
,.vimrc
can add special application settings.
- Create
.gitconfig.local
to save your custom config. (which won't commit to repo).