niemisami / setup-mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurations and programs for my mac setup

Programming

  • VSCode
  • Docker
  • VirtualBox
  • Android Studio

Terminal

Brew

Nice to have

Node - global installs

  • nvm
  • expo-cli
  • tailwindcss-cli

Misc

Manual installations

  • Adobe products via Creative cloud
  • PASS PLUS Uploader
  • DaVinci Resolve
  • Wacom Tablet
  • Virtualbox

TODO:

SSH

  • Generate ssh keys or use existing files
mkdir -p ~/.ssh
touch ~/.authorized_keys
sudo chmod 700 ~/.ssh
sudo chmod 600 ~/.ssh/authorized_keys
sudo chmod 400 ~/.ssh/id_rsa*
sudo chmod 644 ~/.ssh/*.pub
sudo chmod 600 ~/.ssh/known_hosts

VSCode

  • Enable settings sync

Manual setupping

  • Swim through setup wizard
  • Go through basic system preferences and choose what seems natural
  • Swap "globe" or left most button with left control
  • Check software updates

About


Languages

Language:Ruby 56.2%Language:Shell 43.8%