Skip to content

Commit

Permalink
customize part2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Werner authored and Dennis Werner committed Aug 23, 2023
1 parent dbeda56 commit 302494f
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions my_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
downloads: ~/.ansible-downloads/

configure_dotfiles: true
configure_dotfiles: false
configure_terminal: true
configure_osx: true

Expand All @@ -17,6 +17,9 @@ dockitems_persist:
- name: "Warp"
path: "/Applications/Warp.app/"
pos: 2
- name: "VS Code"
path: "/Applications/Visual Studio Code.app/"
pos: 3

Check failure on line 22 in my_config.yml

View workflow job for this annotation

GitHub Actions / Lint

22:11 [trailing-spaces] trailing spaces

configure_sudoers: false
sudoers_custom_config: ''
Expand All @@ -25,16 +28,6 @@ sudoers_custom_config: ''
# # Allow users in admin group to use sudo with no password.
# %admin ALL=(ALL) NOPASSWD: ALL

dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_files:
- .zshrc
- .gitignore
- .inputrc
- .osx
- .vimrc

homebrew_installed_packages:
# - ansible # Installed via Pip.
- autoconf
Expand Down Expand Up @@ -68,13 +61,15 @@ homebrew_taps:
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
#- chromedriver

Check warning on line 63 in my_config.yml

View workflow job for this annotation

GitHub Actions / Lint

63:4 [comments] missing starting space in comment
- visual-studio-code
- docker
#- google-chrome

Check warning on line 66 in my_config.yml

View workflow job for this annotation

GitHub Actions / Lint

66:4 [comments] missing starting space in comment
- raycast
- warp

# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_upgrade_all_apps: true
mas_email: ""
mas_password: ""

Expand Down

0 comments on commit 302494f

Please sign in to comment.