alxcnwy / alxcnwy_mac_setup

Everything I need to set up a new mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Setup

______/\\\_____/\\\\\\\\\\______/\\\\\\\\\\___/\\\\\\\\\\\\\\\_        
 __/\\\\\\\___/\\\///////\\\___/\\\///////\\\_\/////////////\\\_       
  _\/////\\\__\///______/\\\___\///______/\\\_____________/\\\/__      
   _____\/\\\_________/\\\//___________/\\\//____________/\\\/____     
    _____\/\\\________\////\\\_________\////\\\_________/\\\/______    
     _____\/\\\___________\//\\\___________\//\\\______/\\\/________   
      _____\/\\\__/\\\______/\\\___/\\\______/\\\_____/\\\/__________  
       _____\/\\\_\///\\\\\\\\\/___\///\\\\\\\\\/____/\\\/____________ 
        _____\///____\/////////_______\/////////_____\///______________

Everything I need to set up a new mac.

Constantly evolving

Send me feedback / tips on Twitter @alxcnwy

System settings

  • Appearance
    • Dark
  • Keyboard shortcuts
    • map caps lock -> escape
  • Desktop & Dock
    • setup hot corners
      • top left: Put Display to Sleep
      • top right: Mission Control
      • bottom left: Start Screen Saver
      • bottom right: Desktop
  • Screensaver
    • Setup Matrix screensaver in this repo
    • Set screen lock to 60 seconds
  • Trackpad settings
    • max out trackpad speed
    • turn on tap to click
    • change swipe between pages to two fingers
    • change swipe between full screen apps to four fingers
    • change mission control to swipe up four fingers
  • Energy Saver
  • Security and Privacy
    • turn on FileVault
    • audit location and other permissions

Apps

Install the apps in mac_apps.txt - most are from the app store but specialist ones below:

Terminal

Install Warp.

setup oh-my-zsh

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

copy dotfiles/.zshrc into ~

install shell integrations to enable copy last output shortcut (cmd+shift+a)

setup autojump

ref

setup magic-dashboard

ref

setup homebrew

save

brew list | xargs -L1 > Brewfile

load

cat Brewfile | xargs brew

About

Everything I need to set up a new mac

License:MIT License


Languages

Language:Shell 91.4%Language:Ruby 8.0%Language:Just 0.6%