https://github.com/brettswift/osx_setup
https://github.com/brettswift/osx_setup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brettswift/osx_setup
- Owner: brettswift
- Created: 2019-06-08T05:33:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T14:47:39.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T16:11:58.233Z (about 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSX setup
## Prerequisites
1. Setup ~/src directory
* `mkdir -p ~/src; cd ~/src`
2. Create temporary .ssh keys and upload to bitbucket.
* dotfiles will override these later.
* `ssh-keygen; cat ~/.ssh/id_rsa.pub | pbcopy`
2. Setup passwordless sudo
* `sudo visudo`
* Change this line FROM:
* `%admin ALL=(ALL) ALL`
* TO:
* `%admin ALL=(ALL) NOPASSWD: ALL`
2. Install X-Code
* then run: `xcode-select --install` and follow prompts.
2. Clone this
* `git clone [email protected]:bswift/osx_setup_bs.git; cd osx_setup_bs`
3. run `run.sh`
* immediately it will block, and wait for your password.. yet it won't prompt you. Hit "enter" and you will see the password prompt.