nurous / machine_config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Execute preconditions script to ensure git is installed
curl -L https://raw.github.com/nurous/machine_config/master/preconditions-mac.sh | bash -e

# Execute fetch script to pull down the repo
curl -L https://raw.github.com/nurous/machine_config/master/fetch.sh | bash -e

# Use cloned repo to complete setup
cd ~/work/projects/own/machine_config/
./setup.sh				# Copy dotfiles into place
./installers.sh			# Install applications
./adjust-config.sh		# Change Mac OS settings

About


Languages

Language:Shell 88.6%Language:HTML 7.5%Language:Vim Script 3.9%