Skip to content

docs: typo and improve default config #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# pos: 5

configure_sudoers: false
sudoers_custom_config: ''
sudoers_custom_config: ""
# Example:
# sudoers_custom_config: |
# # Allow users in admin group to use sudo with no password.
Expand All @@ -25,6 +25,7 @@
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_repo_version: master # Replace with your default branch

Check warning on line 28 in default.config.yml

View workflow job for this annotation

GitHub Actions / Lint

28:31 [comments] too few spaces before comment
dotfiles_files:
- .zshrc
- .gitignore
Expand Down Expand Up @@ -76,7 +77,7 @@
- sublime-text
- transmit

# See `geerlingguy.mas` role documentation for usage instructions.
# See `geerlingguy.mac.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_email: ""
mas_password: ""
Expand Down Expand Up @@ -105,7 +106,7 @@

# Set to 'true' to configure Sublime Text.
configure_sublime: false
sublime_base_path: '~/Library/Application Support/Sublime Text'
sublime_base_path: "~/Library/Application Support/Sublime Text"
sublime_config_path: "Packages/User"
sublime_package_control:
- "DocBlockr"
Expand Down