Skip to content

Instantly share code, notes, and snippets.

@keithrozario
Last active July 25, 2019 14:21
Show Gist options
  • Save keithrozario/99cce9d396df928575dcc844f3b2e7f4 to your computer and use it in GitHub Desktop.
Save keithrozario/99cce9d396df928575dcc844f3b2e7f4 to your computer and use it in GitHub Desktop.
Got my new mac

Install Brew

https://brew.sh/

  • Install jq

install office

  • Keynote
  • Numbers
  • Pages

Install PIA

https://www.privateinternetaccess.com/installer/x/download_installer_osx

Install Firefox

  • Enable WebAuthN
  • about:config -> Search for u2f -> Enable

Install Python

https://www.python.org/downloads/mac-osx/

Install AWS

$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" $ unzip awscli-bundle.zip $ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

Install iTerm

configure iTerm

https://medium.com/@Clovis_app/configuration-of-a-beautiful-efficient-terminal-and-prompt-on-osx-in-7-minutes-827c29391961

set virtualenv plugin

$ plugins=(virtualenv) $ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv)

set themes

https://iterm2colorschemes.com/

  • LiquidCarbonTransparent

Install Sublime Text

Install Package Manager

https://packagecontrol.io/installation

Install plugins

  • Pretty JSON
  • A File Icons

Install Terraform

Install Docker

setup git

echo .DS_Store >> ~/.gitignore_global git config --global core.excludesfile ~/.gitignore_global

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment