forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
82 lines (71 loc) · 1.65 KB
/
config.yml
File metadata and controls
82 lines (71 loc) · 1.65 KB
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
79
80
81
82
dotfiles_repo: https://github.com/cipaterson/dotfiles.git
dotfiles_repo_local_destination: "~/.dotfiles"
dotfiles_repo_version: main
configure_dotfiles: true
dotfiles_files:
- .zshrc
- .aliases
- .gitignore
- .inputrc
- .osx
- .vimrc
homebrew_taps:
- federico-terzi/espanso
homebrew_uninstalled_packages:
- cowsay
- mcrypt
- node
- nvm
- php
homebrew_installed_packages:
- espanso
# - borgbackup
# - romkatv/powerlevel10k/powerlevel10k
homebrew_cask_apps:
- Joplin
- google-drive
- dropbox
- stretchly
- rectangle
- anydesk
# - Flycut
- vlc
- visual-studio-code
- brave-browser
# - multipass
mas_installed_apps:
[]
# - { id: 443987910, name: "1Password" }
# - { id: 498486288, name: "Quick Resizer" }
# - { id: 557168941, name: "Tweetbot" }
# - { id: 497799835, name: "Xcode" }
# - { id: 405399194, name: "Kindle" }
# - { id: 1103915944, name: "Greeenshot" }
configure_sudoers: true
sudoers_custom_config: |
# Allow users in admin group to use sudo with no password.
%admin ALL=(ALL) NOPASSWD: ALL
# TODO: You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory
# gem_packages:
# - name: bundler
# state: latest
# npm_packages:
# - name: webpack
# pip_packages:
# - name: mkdocs
# TODO: latest version of dockutil in homebrew has a broken shebang, wait for homebrew to be updated
configure_dock: false
dockitems_remove:
- TV
- Maps
- Podcasts
- News
- Keynote
- "App Store"
dockitems_persist:
- name: "Visual Studio Code"
path: "/Applications/Visual Studio Code.app/"
pos: 5
- name: "Terminal"
path: "/System/Applications/Utilities/Terminal.app/"
pos: 6