Skip to content

Instantly share code, notes, and snippets.

@unyo
Last active October 1, 2018 05:02
Show Gist options
  • Save unyo/95edfe74b7f5af0a16b3ef930c09bd04 to your computer and use it in GitHub Desktop.
Save unyo/95edfe74b7f5af0a16b3ef930c09bd04 to your computer and use it in GitHub Desktop.
OSX initiation script
# # Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# # Install apps
brew install docker docker-compose tmux wget curl git
brew cask install atom slate blender ultimaker-cura google-chrome gimp firefox gqrx inkscape keka figma slack synergy zoom.us virtualbox vlc
# # Install settings files
wget https://gist.githubusercontent.com/unyo/bfcdfc81a66d2101c67aced713f5dedd/raw/3adc63023d3fc531dd8f8f87ee27c92d3485841f/.bashrc
wget https://gist.githubusercontent.com/unyo/b405b78b5a01926fbbce0452c4b69eaf/raw/0a3159012de010913eb87e887a6cd2c84568bb80/.slate
wget https://gist.githubusercontent.com/unyo/284cbbd269cde81f85b9e4162a6b6128/raw/f1cb2ec4dc4bb319124cb9f58f42ded7bcf5a4bf/.vimrc
wget https://gist.githubusercontent.com/unyo/8f280210381ff9a3f41fb7ab4cff7d43/raw/3b902fff44959c2443d8ad3ece1da63c54e69978/package-list.txt
# ## Atom.io - install packages
apm install --packages-file package-list.txt
# # Manual Steps
# ## System Preferences
# add slate to security > accessibilty
# swap control and command keys in keyboard > modifier keys, input sources = dvorak
# turn dock hiding on
# show date on date & time
# ## Finder Preferences
# New finder windows show: Home
# Tags: none
# Sidebar: Applications, Downloads, Home, Desktop, Documents, Hard Disks, External Disks, CDs
# Advanced: (check) Show all filename extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment