Skip to content

Instantly share code, notes, and snippets.

@AbirRazzak
Last active September 12, 2023 18:58
Show Gist options
  • Save AbirRazzak/8ec370ce858cf77b86aa6faf1f0f3a99 to your computer and use it in GitHub Desktop.
Save AbirRazzak/8ec370ce858cf77b86aa6faf1f0f3a99 to your computer and use it in GitHub Desktop.
Favorite MacOS Apps
# Software Tools
brew "arc"
brew "alt-tab"
brew "rectangle"
brew "shottr"
brew "maccy"
brew "jetbrains-toolbox"
brew "visual-studio-code"
# Hardware-related Tools
brew "logi-options-plus"
brew "mos"
# Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install Homebrew and Homebrew-bundle (for Brewfiles)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap Homebrew/bundle
# Disable mouse accelaration on MacOS
defaults write .GlobalPreferences com.apple.mouse.scaling -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment