-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
78 lines (72 loc) · 1.5 KB
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
home_path: "~"
dotfile_path: "{{ playbook_dir }}/files"
dotfile_list:
- .vimrc
- .zshrc
homebrew_packages:
- mas
- google-chrome
- discord
- visual-studio-code
mas_installed_apps:
- { id: 571213070, name: "DaVinci Resolve" }
homebrew_installed_packages:
- nmap
- ssh-copy-id
- wget
- tmux
- podman
homebrew_taps:
- hashicorp/tap
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- visual-studio-code
- obsidian
- google-chrome
- discord
- brave-browser
- vmware-fusion
- raspberry-pi-imager
configure_dock: false
dockitems_remove:
- Launchpad
- TV
- Podcasts
- 'App Store'
- Mail
- Contacts
- Freeform
- Music
dockitems_persist:
- name: Messages
path: "/Applications/Messages.app/"
- name: Safari
path: "/Applications/Safari.app/"
pos: 2
- name: Safari
path: "/Applications/Safari.app/"
pos: 3
- name: Google Chrome
path: "/Applications/Google Chrome.app/"
pos: 4
- name: Brave Browser
path: "/Applications/Brave Browser.app/"
pos: 5
- name: Visual Studio Code
path: "/Applications/Visual Studio Code.app/"
pos: 6
- name: Vmware Fusion
path: "/Applications/VMware Fusion.app/"
pos: 7
- name: DaVinci Resolve
path: "/Applications/DaVinci Resolve.app/"
pos: 8
- name: Obsidian
path: "/Applications/Obsidian.app/"
pos: 9
- name: Discord
path: "/Applications/Discord.app/"
pos: 10
- name: Raspberry Pi Imager
path: "/Applications/Raspberry Pi Imager.app"
pos: 11