Skip to content

Commit

Permalink
fix my_config.yml for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
d4sw4r authored Sep 21, 2023
1 parent 611f30c commit 18bb51d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions my_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ dockitems_remove:
- 'App Store'
- Terminal
dockitems_persist:
- name: "Launchpad"
path: "/Applications/Launchpad.app/"
pos: 2
- name: "Warp"
path: "/Applications/Warp.app/"
pos: 2
pos: 3
- name: "VS Code"
path: "/Applications/Visual Studio Code.app/"
pos: 3
pos: 4

configure_sudoers: false
sudoers_custom_config: ''
Expand Down Expand Up @@ -49,8 +52,7 @@ homebrew_installed_packages:
- httpie
- iperf
- libevent
- sqlite
- mas
- mas
- mcrypt
- nmap
- ssh-copy-id
Expand All @@ -68,10 +70,10 @@ homebrew_taps:

homebrew_cask_appdir: /Applications
homebrew_cask_apps:
#- chromedriver
# - chromedriver
- visual-studio-code
- docker
#- google-chrome
# - google-chrome
- raycast
- warp

Expand Down Expand Up @@ -103,7 +105,5 @@ pip_packages: []
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A



# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []

0 comments on commit 18bb51d

Please sign in to comment.