WIP bootstrapping library for OSX
One-liner:
(mkdir -p /tmp/dots && cd /tmp/dots && curl -L https://github.com/nickreffitt/dots/archive/master.tar.gz | tar zx --strip 1 && sh ./install.sh)dots osx boot- Install Xcode from the App Store
- Install Tomorrow Night terminal theme
open ~/Dropbox/backup/tomorrow-night.terminal - Install IntelliJ IDEA 14
curl -o ~/Downloads/idea-14.dmg https://download.jetbrains.com/idea/ideaIU-14.1.5.dmg
The goal of dots is to automate the process of getting your operating system from a stock build to a fully functional machine.
Dots should be the first thing you download and run to get your computer set up.
This library tries to be organized like a node application, while working within the constraints of bash.
The script does the following:
- install homebrew
- installs binaries
- sets OSX defaults
- installs applications via
homebrew-cask - sets up the ~/.bash_profile
- sets up the ~/.zshrc
- Creator: Matthew Mueller
- Logo by: Piotrek Chuchla
MIT
