Skip to content

Commit 8a63cb5

Browse files
authored
docs: typo and improve default config (#217)
1 parent 51bea27 commit 8a63cb5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

default.config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dockitems_persist: []
1616
# pos: 5
1717

1818
configure_sudoers: false
19-
sudoers_custom_config: ''
19+
sudoers_custom_config: ""
2020
# Example:
2121
# sudoers_custom_config: |
2222
# # Allow users in admin group to use sudo with no password.
@@ -25,6 +25,7 @@ sudoers_custom_config: ''
2525
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
2626
dotfiles_repo_accept_hostkey: true
2727
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
28+
dotfiles_repo_version: master # Replace with your default branch
2829
dotfiles_files:
2930
- .zshrc
3031
- .gitignore
@@ -76,7 +77,7 @@ homebrew_cask_apps:
7677
- sublime-text
7778
- transmit
7879

79-
# See `geerlingguy.mas` role documentation for usage instructions.
80+
# See `geerlingguy.mac.mas` role documentation for usage instructions.
8081
mas_installed_apps: []
8182
mas_email: ""
8283
mas_password: ""
@@ -105,7 +106,7 @@ pip_packages: []
105106

106107
# Set to 'true' to configure Sublime Text.
107108
configure_sublime: false
108-
sublime_base_path: '~/Library/Application Support/Sublime Text'
109+
sublime_base_path: "~/Library/Application Support/Sublime Text"
109110
sublime_config_path: "Packages/User"
110111
sublime_package_control:
111112
- "DocBlockr"

0 commit comments

Comments
 (0)