Last active
January 29, 2024 16:06
-
-
Save vkurup/bd30ca421a44fd0e2d0581da0cb0a3e2 to your computer and use it in GitHub Desktop.
Config file for mac-dev-playbook
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
--- | |
# Config file to override default-config.yml from [email protected]:geerlingguy/mac-dev-playbook.git | |
configure_dotfiles: false | |
configure_terminal: false | |
configure_osx: false | |
homebrew_installed_packages: | |
- aspell | |
- autoconf | |
- awscli | |
- bash | |
- bash-completion | |
# boot-clj needed for ff tool | |
- boot-clj | |
- brotli | |
- borkdude/brew/clj-kondo | |
- clojure-lsp/brew/clojure-lsp-native | |
- cmake | |
- coreutils | |
- curl | |
- direnv | |
- emacs-plus@27 | |
- fd | |
- flock | |
- gawk | |
- geckodriver | |
- gettext | |
- gh | |
- git | |
- [email protected] | |
- gzip | |
- htop | |
- hurl | |
- ispell | |
- jd | |
- jet | |
- jfrog-cli | |
- jmeter | |
- jo | |
- jq | |
- json-table | |
- leiningen | |
- lnav | |
- maven | |
- mas | |
- most | |
- openssl | |
- parallel | |
- pgcli | |
- pinentry | |
- pinentry-mac | |
- postgresql | |
- pv | |
- readline | |
- redis | |
- ripgrep | |
- rlwrap | |
- shellcheck | |
- sqlite | |
- telnet | |
- terminal-notifier | |
- wget | |
- wrk | |
- yarn | |
homebrew_taps: | |
- homebrew/cask-versions | |
- microsoft/mssql-release | |
- borkdude/brew | |
- discoteq/discoteq | |
- d12frosted/emacs-plus | |
homebrew_cask_apps: | |
- azure-data-studio | |
- chromedriver | |
- docker | |
- firefox | |
- google-chrome | |
# - iterm2 | |
- mitmproxy | |
- ngrok | |
- rectangle | |
- visual-studio | |
mas_installed_apps: | |
- { id: 497799835, name: "Xcode" } | |
- { id: 1333542190, name: "1Password" } | |
mas_email: "[email protected]" | |
vars_prompt: true | |
pip_packages: | |
- name: mssql-cli | |
state: present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment