Last active
August 16, 2024 08:55
-
-
Save unyo/95edfe74b7f5af0a16b3ef930c09bd04 to your computer and use it in GitHub Desktop.
OSX initiation script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# # 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
https://gist.github.com/unyo/7e39640e38886220489bc5cbc035b79a