Skip to content

Instantly share code, notes, and snippets.

@bobo52310
Last active May 13, 2022 08:33
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 bobo52310/43f391ad27fd542bc7cc561170f21d29 to your computer and use it in GitHub Desktop.
Save bobo52310/43f391ad27fd542bc7cc561170f21d29 to your computer and use it in GitHub Desktop.
Bobo's new macOS 安裝套件清單 with ansible
---
downloads: ~/.ansible-downloads/
configure_dotfiles: false
configure_terminal: false
configure_osx: false
# Set to 'true' to configure the Dock via dockutil.
configure_dock: false
dockitems_remove:
- Launchpad
- TV
- Podcasts
- 'App Store'
dockitems_persist: []
# - name: "Sublime Text"
# path: "/Applications/Sublime Text.app/"
# pos: 5
configure_sudoers: false
sudoers_custom_config: ''
# Example:
# sudoers_custom_config: |
# # Allow users in admin group to use sudo with no password.
# %admin ALL=(ALL) NOPASSWD: ALL
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_files:
# - .zshrc
# - .gitignore
# - .inputrc
# - .osx
# - .vimrc
homebrew_installed_packages:
# - ansible # Installed via Pip.
- tig
- dive
- tldr
- icdiff
- tree
- fzf
- k9s
- jq
- mtr
- terraform
- curl
- thefuck
- minikube
- tmux
- go
- httpie
- sqlite
- nmap
- node
- nvm
- wget
- wrk
- autojump
- watch
- fig
- opencc
- awscli
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- alfred
- visual-studio-code
- iterm2
- docker
- dropbox
- firefox
- handbrake
- licecap
- sequel-ace
- slack
- sublime-text
- spotify
- postman
- sourcetree
- appcleaner
# - vagrant
# - qlstephen # 只有 x86_64 版本,M1 要另外裝 https://github.com/whomwah/qlstephen/issues/133
- ngrok
- rectangle
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_email: ""
mas_password: ""
osx_script: "~/.osx --no-restart"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages: []
# - name: webpack
# state: present # present/absent/latest, default: present
# version: "^2.6" # default: N/A
pip_packages: []
# - name: mkdocs
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A
# Set to 'true' to configure Sublime Text.
configure_sublime: false
sublime_base_path: '~/Library/Application Support/Sublime Text'
sublime_config_path: "Packages/User"
sublime_package_control:
- "DocBlockr"
- "Dockerfile Syntax Highlighting"
- "FileDiffs"
- "GitHub Flavored Markdown Preview"
# - "Jinja2"
- "Package Control"
# - "PHP-Twig"
- "Pretty JSON"
- "SublimeLinter"
# - "SublimeLinter-contrib-yamllint"
- "TrailingSpaces"
- "WordCount"
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment