Skip to content

Instantly share code, notes, and snippets.

@stroebs
Last active December 10, 2021 14:23
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 stroebs/6e54c70d068a0c49418ebe3f0b75b39b to your computer and use it in GitHub Desktop.
Save stroebs/6e54c70d068a0c49418ebe3f0b75b39b to your computer and use it in GitHub Desktop.
mac-dev-playbook config.yml
configure_dock: true
dockitems_remove:
- Launchpad
- TV
- Podcasts
- 'App Store'
- Contacts
- Photos
- Music
- News
- Mail
- 'System Preferences'
dockitems_persist:
- name: "Sublime Text"
path: "/Applications/Sublime Text.app/"
pos: 5
configure_sudoers: true
sudoers_custom_config: |
# Allow users in admin group to use sudo with no password.
%admin ALL=(ALL) NOPASSWD: ALL
homebrew_installed_packages:
- autoconf
- bash-completion
- doxygen
- gettext
- gifsicle
- git
- github/gh/gh
- go
- gpg
- httpie
- iperf
- libevent
- sqlite
- mcrypt
- nmap
- node
- nvm
- php
- ssh-copy-id
- cowsay
- readline
- openssl
- pv
- wget
- wrk
- fish
- spectacle
- gather
- k9s
- pyenv
- kubectl
- awscli
homebrew_cask_apps:
- chromedriver
- docker
- dropbox
- firefox
- google-chrome
- brave-browser
- slack
- sublime-text
- iterm2
- little-snitch
- caffeine
- zoom
- slack
- loom
- spotify
- google-cloud-sdk
mas_installed_apps:
- { id: 1333542190, name: "1Password" }
- { id: 497799835, name: "Xcode" }
- { id: 500154009, name: "Bitdefender Virus Scanner"}
pip_packages:
- name: mkdocs
dotfiles_repo: "https://github.com/stroebs/dotfiles.git"
dotfiles_repo_version: master
dotfiles_repo_local_destination: "~/apps/public/dotfiles"
dotfiles_files:
- .zshrc
- .gitignore
- .inputrc
- .vimrc
- .osx
# brew tap homebrew/cask-drivers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment