Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gee1k/dotfiles
https://github.com/gee1k/dotfiles
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gee1k/dotfiles
- Owner: gee1k
- Created: 2021-10-18T08:05:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T03:27:13.000Z (8 months ago)
- Last Synced: 2024-08-01T15:12:47.510Z (3 months ago)
- Language: Shell
- Size: 85.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: Support/iTerm2/DynamicProfiles/profile.json
Awesome Lists containing this project
README
# dotfiles
## Bootstrap
```shell
$ xcode-select --install # or download here
$ git clone --recursive https://github.com/gee1k/dotfiles.git
# Login to AppStore with Apple ID, since there are MAS apps in Brewfile
$ cd dotfiles
$ ./bootstrap
# Application initialize
$ ./apps
```## Dev Setups
### Terminal & Shell
- [x] Install [Homebrew](https://brew.sh)
- [x] Setup Hostname `sudo scutil --set HostName svend-macbook`
- [x] Install softwares and fonts from [Brewfile](https://github.com/gee1k/dotfiles/blob/master/Brewfile) with `brew bundle`. HINT: Login to AppStore at first. Some of the applications from Mac App Store may need purchase.
- [x] Install `zsh`, `oh-my-zsh` and setup `.zshrc`
- [x] Setup SpaceVim### Git
- [x] Git global config
- [x] Git work config### Ruby
- [x] Setup `.gemrc`
- [x] Setup bundler's mirror: `bundle config mirror.https://rubygems.org https://gems.ruby-china.com` if you locate in China mainland## macOS Setups
### Trackpad
- [ ] Tap to click
### Dock
- [ ] Change to the size you like
- [ ] Cancel: Show recent application in Dock
### bash- [x] Setup shell login promtp with `motd`: ASCII art is generated with
- [x] Setup `.bash_profile` `.bashrc`