Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtex/dotfiles
Mac OSX Developer Setup
https://github.com/vtex/dotfiles
xp-developer
Last synced: about 1 month ago
JSON representation
Mac OSX Developer Setup
- Host: GitHub
- URL: https://github.com/vtex/dotfiles
- Owner: vtex
- Created: 2018-12-09T16:53:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T19:07:40.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:51:54.087Z (9 months ago)
- Topics: xp-developer
- Language: Shell
- Size: 34.2 KB
- Stars: 28
- Watchers: 139
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac OSX Developer Setup
An opinionated setup for you Mac OSX.
Installs and configures:
- Mac OSX defaults
- Git aliases and configs
- Fish shell with aliases and prompt
- Visual Studio Code and extensions
- Other useful desktop apps (Clipy, Spectacle, Chrome, Slack, etc.)Each folder has a dedicated `setup.sh`.
The root `bootstrap.sh` runs everything.
That's it.
**IMPORTANT: Don't forget to set up your details (steps 2 and 3)**
## Quick start
1. Download or clone this repo into `~/dotfiles` (e.g. run the following command)
`curl -sSL https://github.com/vtex/dotfiles/archive/master.zip > dotfiles.zip && unzip dotfiles.zip && mv dotfiles-master dotfiles && rm dotfiles.zip`
2. Edit the file `git/.gitconfig` with your information (name and email)
3. Edit the file `macos/setup.sh` with your desired COMPUTER_NAME
4. Run `./bootstrap.sh` and enter your password
5. Install Xcode extensions as prompted
6. Run `./bootstrap.sh` and enter your password again
7. Now, go grab a cup of coffee :coffee:## After setup
- Generate your ssh key (`ssh-keygen`)
- Copy it to your GitHub profile (`pubkey` function copies it to your clipboard)## Contributing to this dotfiles
PR's are welcome, but focus on **keeping this simple**, please.
## Thanks
This was based on https://github.com/rkalis/dotfiles
Thanks for the smart bootstrap!