User mac setup - RailsBank/dotfiles GitHub Wiki
Setup Mac for user
-
Create user account for main user (firstname). SysPrefs/Users & Groups then click 🔒at bottom left. Make an admin. Set initial password and remember this.
-
Login as user (takes a bit of time). Skip Apple account setup.
-
Open this page in Chrome… (https://github.com/RailsBank/dotfiles/wiki -- step 3)
-
Start Terminal/iTerm (Cmd-Space) and copy and paste
cd ~/Downloads && curl https://raw.githubusercontent.com/RailsBank/dotfiles/master/.macos -o ~/Downloads/macos
chmod 755 ~/Downloads/macos
~/Downloads/macos
(follow the script prompts)
-
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Update dock settings SysPrefs/Dock (Switch off 'automatically hide')
-
Update international settings SysPrefs/Language & Region/Advanced (metric, short date, en-gb)
-
Set screensaver (SysPrefs/Desktop & Screensaver) to lock after 5 mins and require password
-
Set Nightmode SysPrefs -> Display -> Night Shift
-
Set screen to lock by CmdL -- https://maclovin.org/blog-native/2017/high-sierra-set-a-global-shortcut-to-lock-screen
-
Set-up global
.gitignore
: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore (download and save as~/.gitignore
)
With colleague, after they sign-in to Chrome… install these extensions chrome://extensions
- Ghostery (default to block new, no purple notifications, annoying things off)
- LastPass
- AdBlock Plus
- OneTab?
- JSON Viewer
- Gmail syntax highlighting
- MultiPass for HTTP basic authentication