mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
cleanup persoal crud
This commit is contained in:
parent
0bcbb90abd
commit
4d6e28cb3d
1 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
downloads: ~/.ansible-downloads/
|
downloads: ~/.ansible-downloads/
|
||||||
|
|
||||||
configure_dotfiles: true
|
configure_dotfiles: true
|
||||||
configure_terminal: false
|
configure_terminal: true
|
||||||
configure_osx: true
|
configure_osx: true
|
||||||
|
|
||||||
# Set to 'true' to configure the Dock via dockutil.
|
# Set to 'true' to configure the Dock via dockutil.
|
||||||
|
@ -16,7 +16,6 @@ dockitems_persist: []
|
||||||
# - name: "Sublime Text"
|
# - name: "Sublime Text"
|
||||||
# path: "/Applications/Sublime Text.app/"
|
# path: "/Applications/Sublime Text.app/"
|
||||||
|
|
||||||
|
|
||||||
configure_sudoers: false
|
configure_sudoers: false
|
||||||
sudoers_custom_config: ''
|
sudoers_custom_config: ''
|
||||||
# Example:
|
# Example:
|
||||||
|
@ -24,7 +23,7 @@ sudoers_custom_config: ''
|
||||||
# # Allow users in admin group to use sudo with no password.
|
# # Allow users in admin group to use sudo with no password.
|
||||||
# %admin ALL=(ALL) NOPASSWD: ALL
|
# %admin ALL=(ALL) NOPASSWD: ALL
|
||||||
|
|
||||||
dotfiles_repo: https://github.com/dspolleke/dotfiles.git
|
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
|
||||||
dotfiles_repo_accept_hostkey: true
|
dotfiles_repo_accept_hostkey: true
|
||||||
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
|
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
|
||||||
dotfiles_files:
|
dotfiles_files:
|
||||||
|
@ -97,7 +96,7 @@ composer_packages: []
|
||||||
# state: present # present/absent, default: present
|
# state: present # present/absent, default: present
|
||||||
# version: "^8.1" # default: N/A
|
# version: "^8.1" # default: N/A
|
||||||
gem_packages: []
|
gem_packages: []
|
||||||
# - name: showoff
|
# - name: bundler
|
||||||
# state: present # present/absent/latest, default: present
|
# state: present # present/absent/latest, default: present
|
||||||
# version: "~> 1.15.1" # default: N/A
|
# version: "~> 1.15.1" # default: N/A
|
||||||
npm_packages: []
|
npm_packages: []
|
||||||
|
|
Loading…
Reference in a new issue