Skip to content

Instantly share code, notes, and snippets.

@yoomlam
Last active April 20, 2023 18:53
Show Gist options
  • Save yoomlam/585875a2658a540179eec1a341b70f12 to your computer and use it in GitHub Desktop.
Save yoomlam/585875a2658a540179eec1a341b70f12 to your computer and use it in GitHub Desktop.
M2 Mac setup
brew install --cask --no-quarantine middleclick
brew install --cask easy-move-plus-resize
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
brew install meld
brew install gh
brew install lazygit
alias portainer='docker start portainer || docker run -d --name portainer -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer-ce'
# Install Sublime, then:
echo 'export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"' >> ~/.zprofile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment