jreitz-dev / mac-setup

My setup & config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Setup Files

  • Git setup
    • git config --global user.name "Firstname Lastname"
    • git config --global user.email "your@email.com"
  • SSH setup

sudo chmod +x setup.sh && sudo ./setup.sh

Remember to install Intelij

About

My setup & config files


Languages

Language:JavaScript 76.0%Language:Shell 24.0%