mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
did i mention i really hate rebasing
This commit is contained in:
parent
6aad473d83
commit
ffcb2a64ae
1 changed files with 2 additions and 13 deletions
|
@ -4,7 +4,6 @@ downloads: ~/.ansible-downloads/
|
|||
configure_dotfiles: true
|
||||
configure_terminal: false
|
||||
configure_osx: true
|
||||
configure_dock: []
|
||||
|
||||
# Set to 'true' to configure the Dock via dockutil.
|
||||
configure_dock: false
|
||||
|
@ -17,16 +16,6 @@ dockitems_persist: []
|
|||
# - name: "Sublime Text"
|
||||
# path: "/Applications/Sublime Text.app/"
|
||||
|
||||
# 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/"
|
||||
|
||||
configure_sudoers: false
|
||||
sudoers_custom_config: ''
|
||||
|
@ -108,14 +97,14 @@ composer_packages: []
|
|||
# state: present # present/absent, default: present
|
||||
# version: "^8.1" # default: N/A
|
||||
gem_packages:
|
||||
- name: showoff
|
||||
# - name: showoff
|
||||
# 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: []
|
||||
pip_packages: []
|
||||
# - name: mkdocs
|
||||
# state: present # present/absent/latest, default: present
|
||||
# version: "0.16.3" # default: N/A
|
||||
|
|
Loading…
Reference in a new issue