Skip to content

Instantly share code, notes, and snippets.

@vkurup
Last active January 29, 2024 16:06
Show Gist options
  • Save vkurup/bd30ca421a44fd0e2d0581da0cb0a3e2 to your computer and use it in GitHub Desktop.
Save vkurup/bd30ca421a44fd0e2d0581da0cb0a3e2 to your computer and use it in GitHub Desktop.
Config file for mac-dev-playbook
---
# Config file to override default-config.yml from git@github.com: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
- gnupg@2.2
- 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: "vkurup@kevel.co"
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