Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zslucky/setup-dotfilles
my mac's setup dotfiles
https://github.com/zslucky/setup-dotfilles
dotfiles setup-osx
Last synced: 5 days ago
JSON representation
my mac's setup dotfiles
- Host: GitHub
- URL: https://github.com/zslucky/setup-dotfilles
- Owner: zslucky
- Created: 2018-02-04T05:19:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T13:08:58.000Z (4 months ago)
- Last Synced: 2024-07-09T16:43:32.657Z (4 months ago)
- Topics: dotfiles, setup-osx
- Language: Vim Script
- Size: 78.1 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-dotfilles
my mac's setup dotfiles for new machines## Setup guid
> If you got network issue, you can use socks proxy before run script e.g. `export ALL_PROXY=socks5://127.0.0.1:1086`
1. Update some osx prefer setting in `.osx` if needed.
2. Run `sh setup-my-machine.sh`## Custom setting
All dotfiles are linked to your home directory, so you can update dotfiles to set your env any time you want.
1. `.extra` can add some additional setting for env.
2. `.functions` can add some custom function you used.
3. `.aliases` can add some alias in your cli.
4. Other like `.gitconfig`, `.gitignore`, `.vimrc` can add special application settings.## Custom git config
1. Create `.gitconfig.local` to save your custom config. (which won't commit to repo).