James Peret: f25ef4f420 teamocil install bug fix 8 years ago | ||||
---|---|---|---|---|
core | ec4fd920bc | 8 years ago | ||
.gitignore | 720ec8710d | 9 years ago | ||
config-apps.sh | ec4fd920bc | 8 years ago | ||
config-atom.sh | ec4fd920bc | 8 years ago | ||
config-mac.sh | ec4fd920bc | 8 years ago | ||
config-node.sh | ec4fd920bc | 8 years ago | ||
install.sh | f25ef4f420 | 8 years ago | ||
readme.md | ec4fd920bc | 8 years ago |
by James Peret
Scripts for migrating and installing software on a fresh OSX install.
On a fresh install, run the scripts in this order:
install.sh
- Upgrades the system and installs dependecies like xCode command line tools and git.config-mac.sh
- Configures several Mac OS X settings like the dock, timezone and wallpaper.config-node.sh
- Installs and configures node with NVM and installs a list of packages thru NPM.config-atom.sh
- Install the Atom IDE, installs a plugin list and sets up several configuration files.config-apps.sh
- Reads a list of apps and checks if each one is installed. If the app is not installed, it trys to install it using Cask, Homebrew or NPM.To run one of the scripts:
sh install.sh
Install all dependecies before runing these scripts!