mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +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/
|
||||
|
||||
configure_dotfiles: true
|
||||
configure_terminal: false
|
||||
configure_terminal: true
|
||||
configure_osx: true
|
||||
|
||||
# Set to 'true' to configure the Dock via dockutil.
|
||||
|
@ -16,7 +16,6 @@ dockitems_persist: []
|
|||
# - name: "Sublime Text"
|
||||
# path: "/Applications/Sublime Text.app/"
|
||||
|
||||
|
||||
configure_sudoers: false
|
||||
sudoers_custom_config: ''
|
||||
# Example:
|
||||
|
@ -24,7 +23,7 @@ sudoers_custom_config: ''
|
|||
# # Allow users in admin group to use sudo with no password.
|
||||
# %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_local_destination: ~/Development/GitHub/dotfiles
|
||||
dotfiles_files:
|
||||
|
@ -97,7 +96,7 @@ composer_packages: []
|
|||
# state: present # present/absent, default: present
|
||||
# version: "^8.1" # default: N/A
|
||||
gem_packages: []
|
||||
# - name: showoff
|
||||
# - name: bundler
|
||||
# state: present # present/absent/latest, default: present
|
||||
# version: "~> 1.15.1" # default: N/A
|
||||
npm_packages: []
|
||||
|
|
Loading…
Reference in a new issue