Scripts for automating tasks on the mac command line.

James Peret: 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
.gitignore 720ec8710d Initial commit 9 ans auparavant
atom-installer.sh e87f979a95 Small fixes 9 ans auparavant
configs.sh 720ec8710d Initial commit 9 ans auparavant
core.sh 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
countdown.sh 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
install.sh 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
node-config.sh 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
readme.md 066f9eab11 Install dependecies and apps with cask 8 ans auparavant
script.sh 066f9eab11 Install dependecies and apps with cask 8 ans auparavant

readme.md

Mac Automation Scripts

by James Peret

Scripts for migrating and installing software on a fresh OSX install.

Scripts

On a fresh install, run the scripts in this order:

  1. install.sh - Upgrades the system and installs dependecies like xCode command line tools and git.
  2. configs.sh - Configures several Mac OS X settings like the dock, timezone and wallpaper.
  3. node-config.sh - Installs and configures node with NVM and installs a list of packages thru NPM.
  4. atom-installer.sh - Install the Atom IDE, installs a plugin list and sets up several configuration files.
  5. scripts.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

Dependecies

Install all dependecies before runing these scripts!

  • xCode