Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oldhammade/macinit
A small script which you can execute to set up basic tools useful for a mac
https://github.com/oldhammade/macinit
Last synced: about 6 hours ago
JSON representation
A small script which you can execute to set up basic tools useful for a mac
- Host: GitHub
- URL: https://github.com/oldhammade/macinit
- Owner: OldhamMade
- License: mit
- Created: 2015-02-24T13:49:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T12:39:30.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T16:26:38.985Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macinit
A small script which you can execute to set up basic tools useful for a
freshly-installed mac.Specifically, it installs the following:
- The xcode command line tools
- homebrew, the "missing package manager for OS X"## Usage
To start, run the following in a terminal:
$ curl -Ls https://raw.github.com/OldhamMade/macinit/master/init.sh | sh
## Next steps
Personally I use ansible to manage software installation on my machine.
I do this by first installing dropbox:
$ brew install ansible dropbox
$ open /Applications/Dropbox.appOnce it is set-up (unfortunately a very manual process to sign in,
configure settings, and activate local syncing), I can then run:$ ansible-playbook ~/Dropbox/ansible/playbook.yml