Last active
December 10, 2021 14:23
-
-
Save stroebs/6e54c70d068a0c49418ebe3f0b75b39b to your computer and use it in GitHub Desktop.
mac-dev-playbook config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure_dock: true | |
dockitems_remove: | |
- Launchpad | |
- TV | |
- Podcasts | |
- 'App Store' | |
- Contacts | |
- Photos | |
- Music | |
- News | |
- '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