-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmac.conf.yaml
44 lines (43 loc) · 1.39 KB
/
mac.conf.yaml
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
- clean:
- ~/
- ~/Library/Mobile Documents/
- ~/Library/Preferences/
- ~/Library/Application Support/Sublime Text 3/Packages/
- ~/Library/Application Support/
- ~/Library/Application Support/Heynote/
- ~/.ssh/config/
- defaults:
link:
create: true
force: true
- link:
"~/iCloud": "~/Library/Mobile Documents/com~apple~CloudDocs"
~/.ssh/config: ssh/config
~/.config/brewfile/Brewfile: brewfile/Brewfile
~/Library/Application Support/pypoetry: pypoetry
"~/Library/Application Support/Sublime Text 3/Packages/User": preferences/sublimetext3/
"~/Library/Application Support/Code/User": preferences/vscode/
"~/Library/Application Support/Heynote/buffer.txt": ~/Dropbox/heynote-buffer.txt
- clean:
- ~/.bin/
- defaults:
link:
create: true
force: false
- link:
~/.bin/subl: "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"
~/.bin/smerge: "/Applications/Sublime Merge.app/Contents/SharedSupport/bin/smerge"
- clean:
- /opt/homebrew/opt/sleepwatcher/
- /usr/local/opt/sleepwatcher/
- defaults:
link:
ignore-missing: true
create: false
force: false
- link:
~/.sleep: scripts/sleepwatcher_sleep.sh
~/.wakeup: scripts/sleepwatcher_wakeup.sh
~/.idle: scripts/sleepwatcher_idle.sh
~/.idleresume: scripts/sleepwatcher_idleresume.sh
~/.resume: scripts/sleepwatcher_resume.sh