Skip to content

Instantly share code, notes, and snippets.

@marcopeg
Last active March 5, 2024 10:36
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 marcopeg/c1deedc96a153a88197fc22104830a12 to your computer and use it in GitHub Desktop.
Save marcopeg/c1deedc96a153a88197fc22104830a12 to your computer and use it in GitHub Desktop.
Notes on setting up my Mac
brew update && \
brew install google-chrome && \
brew install 1password && \
brew install lastpass && \
brew install spotify && \
brew install dropbox && \
brew install spectacle && \
brew install evernote && \
brew install skitch && \
brew install iterm2 && \
brew install visual-studio-code && \
brew install open-in-code && \
brew install postman && \
brew install --cask docker && \
brew install docker-compose && \
brew install skype && \
brew install slack && \
brew install gitkraken && \
brew install sourcetree && \
brew install whatsapp && \
brew install skype && \
brew install opera && \
brew install neofetch && \
brew install ctop && \
brew install ngrok && \
brew install postico && \
brew install vlc && \
brew install cyberduck && \
brew install nvm && \
brew install yarn && \
brew tap homebrew/-versions && brew install google-chrome-canary && \
brew install --cask microsoft-teams && \
brew install --cask microsoft-outlook && \
brew install --cask microsoft-word && \
brew install --cask microsoft-excel && \
brew install --cask microsoft-powerpoint && \
brew install --cask onedrive\
brew install --cask notunes
[
{
"shortcut_key_binding" : "alt+shift+cmd+z",
"shortcut_name" : "RedoLastMove"
},
{
"shortcut_key_binding" : "ctrl+alt+shift+left",
"shortcut_name" : "MakeSmaller"
},
{
"shortcut_key_binding" : "ctrl+alt+left",
"shortcut_name" : "MoveToPreviousThird"
},
{
"shortcut_key_binding" : "alt+shift+cmd+.",
"shortcut_name" : "MoveToUpperRight"
},
{
"shortcut_key_binding" : "alt+cmd+down",
"shortcut_name" : "MoveToBottomHalf"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+right",
"shortcut_name" : "MoveToNextDisplay"
},
{
"shortcut_key_binding" : "alt+cmd+up",
"shortcut_name" : "MoveToTopHalf"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+,",
"shortcut_name" : "MoveToLowerLeft"
},
{
"shortcut_key_binding" : "ctrl+alt+shift+right",
"shortcut_name" : "MakeLarger"
},
{
"shortcut_key_binding" : "alt+cmd+z",
"shortcut_name" : "UndoLastMove"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+left",
"shortcut_name" : "MoveToPreviousDisplay"
},
{
"shortcut_key_binding" : "alt+cmd+f",
"shortcut_name" : "MoveToFullscreen"
},
{
"shortcut_key_binding" : "ctrl+alt+right",
"shortcut_name" : "MoveToNextThird"
},
{
"shortcut_key_binding" : "alt+cmd+,",
"shortcut_name" : "MoveToLeftHalf"
},
{
"shortcut_key_binding" : "alt+cmd+c",
"shortcut_name" : "MoveToCenter"
},
{
"shortcut_key_binding" : "alt+cmd+.",
"shortcut_name" : "MoveToRightHalf"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+.",
"shortcut_name" : "MoveToLowerRight"
},
{
"shortcut_key_binding" : "alt+shift+cmd+,",
"shortcut_name" : "MoveToUpperLeft"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment