Skip to content

Instantly share code, notes, and snippets.

@noudadrichem
Last active December 11, 2021 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noudadrichem/07b586fcf01edf94dc407512f5c78a7d to your computer and use it in GitHub Desktop.
Save noudadrichem/07b586fcf01edf94dc407512f5c78a7d to your computer and use it in GitHub Desktop.
echo 'setting up macos...'
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
echo 'installing applications...'
brew install google-chrome
brew install visual-studio-code
brew install 1password
brew install spotify
brew install alfred
brew install transmit
brew install dockerx
brew install studio-3t
Brew install jumpshare
# echo 'Instaling oh-my-zsh'
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo 'Edit settings'
defaults write com.apple.dock autohide-time-modifier -float 0.25;killall Dock
defaults write com.apple.screencapture location ~/Google Drive/_misc/backgrounds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment