Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasgriffintn/machine-setup
Scripts to run that setup my new macbooks
https://github.com/nicholasgriffintn/machine-setup
Last synced: about 1 month ago
JSON representation
Scripts to run that setup my new macbooks
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/machine-setup
- Owner: nicholasgriffintn
- Created: 2022-12-19T14:10:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T23:16:16.000Z (9 months ago)
- Last Synced: 2024-04-23T06:43:41.393Z (7 months ago)
- Language: Shell
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Setup
A simple set of scripts to install commonly used dependencies on my machines, this is particularly useful when I get a new MacBook or I reinstall Mac OS from fresh, which I do a lot.
To get started run this command from the cloned folder of this repo:
`sh ./setup.sh`
And that should install all of the dependencies automatically.
## Disabling Installs
Sometimes I don't want to install the mac apps, to do this, set these environments variable `SKIP_MAC_INSTALLS` to `true`
## Also configure Git
To also configure git, set the environment variable `CONFIGURE_GIT` to "true".