Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auroratide/machine-setup
https://github.com/auroratide/machine-setup
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/auroratide/machine-setup
- Owner: Auroratide
- Created: 2019-08-16T17:21:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:36:23.000Z (10 months ago)
- Last Synced: 2024-01-23T14:52:15.719Z (10 months ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Setup
My personal arsenal of things I want on a new computer.
## Mac
1. Run `git --version` in order for the Mac to recognize it needs to install xcode
2. Set up an SSH key for Github
3. Run `./setup.sh`It's possible Java will be broken. The following command (or something like it) might fix it:
```
sudo ln -sfn /opt/homebrew/Cellar/openjdk/15.0.2/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
```