Skip to content

Instantly share code, notes, and snippets.

@denoww
Last active March 21, 2019 13:55
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 denoww/6da6685b7414fc86e2ec3815681bcd51 to your computer and use it in GitHub Desktop.
Save denoww/6da6685b7414fc86e2ec3815681bcd51 to your computer and use it in GitHub Desktop.
MacOS

MacOS

Instalação

procurar no google por tonymac

Instale

chrome sublime android studio docker xcode

Atalhos de teclado

Spotify Atalhos Teclado (next song): baixar app BeardedSpice

Mudar app de monitor: baixar app spectable

bash_aliases (atalhos de terminal)

$ nano ~/.bash_profile

No final do arquivo coloque
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment