shakemno / mymachine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Setup

inspired by https://github.com/taniarascia/mac

This is a simple list of instructions to make setting up your Apple computer as fast and efficient as possible for front end web development.


Preferences

  • Keyboard > Text > Disable "Correct spelling automatically".
  • Security and Privacy > Firewall > On
  • Security and Privacy > General > App Store and identified developers
  • File Sharing > Off

Show Library folder

chflags nohidden ~/Library

Show hidden files

This can also be done by pressing command + shift + ..

defaults write com.apple.finder AppleShowAllFiles YES

Show path bar

defaults write com.apple.finder ShowPathbar -bool true

Show status bar

defaults write com.apple.finder ShowStatusBar -bool true

Screenshot location

defaults write com.apple.screencapture location PATH
killall SystemUIServer

Base setup

sh mymachine

XCode

manully install xcode before the next step, makes the process a lot easier...

Brewfile

brew bundle

go2shell settings

open -a Go2Shell --args config

Notes

About


Languages

Language:Ruby 100.0%