Skip to content

pietrocaselani/setup-my-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup my macOS

Ansible roles to setup my macOS and development environment

Instructions

First, make sure you have pip installed. To install pip use the following command:

  • sudo easy_install pip

Then install Ansible:

  • pip install ansible

Now you can just use ./run.sh -n "Your Name" -e your@email.com -c "Your Computer Name" to execute Ansible. Remember to input your password when asked.

Which applications will be installed??

  • Alfred
  • Caffeine
  • Docker
  • Enpass
  • Firefox
  • iTerm2
  • Jetbrains Toolbox
  • Karabiner-Elements
  • Postman
  • Slack
  • Spotify
  • Rectangle
  • Telegram
  • VSCode

Which command line tools will be installed??

  • docker
  • github cli
  • jq
  • oh-my-zsh
  • zsh-autosuggestions

Also, some functions, aliases and git configurations will be added as well.

Some settings will only be applied after logging out.

"Why program by hand in five days what you can spend five years of your life automating?" — Dr Terence Parr