-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.yml
97 lines (94 loc) · 1.41 KB
/
default.config.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
downloads: "{{ ansible_env.HOME }}/.ansible-downloads"
homebrew_installed_packages:
- asdf
- aspell
- basictex
- bat
- cmake
- coreutils
- difftastic
- docker
- docker-compose
- dockutil
- eza
- fd
- ffmpeg
- fish
- fzf
- gh
- git-lfs
- hammerspoon
- htop
- java
- jq
- just
- mutt
- neovim
- offlineimap
- openssl@3
- parallel
- pngcrush
- psgrep
- r
- ripgrep
- sqlite
- starship
- stow
- svn
- tmux
- trash
- tree
- urlview
- w3m
- wget
- zopfli
- zoxide
homebrew_cask_apps:
- db-browser-for-sqlite
- dropbox
- font-fira-code
- font-fira-code-nerd-font
- font-fira-mono
- font-fira-mono-for-powerline
- font-fira-mono-nerd-font
- font-fira-sans
- font-fira-sans-condensed
- font-fira-sans-extra-condensed
- font-inconsolata-dz-for-powerline
- font-raleway
- freedom
- iterm2
- pycharm-ce
- spotify
- sublime-text
homebrew_taps:
- homebrew/cask-fonts
homebrew_cask_appdir: /Applications
homebrew_upgrade_all_packages: true
configure_dock: true
dockitems_remove:
- Launchpad
- TV
- Safari
- Maps
- Mail
- Photos
- FaceTime
- Calendar
- Contacts
- Reminders
- Notes
- Spotify
- Podcasts
- News
- Keynote
- Numbers
- Pages
- App Store
- Music
dockitems_persist:
- name: Spotify
path: "/Applications/Spotify.app/"
- name: iTerm2
path: "/Applications/iTerm.app/"