-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdotbot.conf.yaml
More file actions
55 lines (51 loc) · 1.94 KB
/
dotbot.conf.yaml
File metadata and controls
55 lines (51 loc) · 1.94 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
- defaults:
link:
create: true
force: true
relink: true
- clean: ["~"]
- link:
# Config directory
# Location on disk: Location in dotfiles
~/.config/1password: .config/1password
~/.config/efm-langserver: .config/efm-langserver
~/.config/espanso: .config/espanso
~/.config/fish: .config/fish
~/.config/ghostty: .config/ghostty
~/.config/ghostty/themes:
path: ~/.cache/nvim/onedarkpro_dotfiles/extras/ghostty
~/.config/hammerspoon: .config/hammerspoon
~/.config/lazygit: .config/lazygit
~/.config/mise: .config/mise
~/.nanobot: .config/nanobot
~/.config/nvim: .config/nvim
~/.config/opencode/themes:
path: ~/.cache/nvim/onedarkpro_dotfiles/extras/opencode
~/.config/opencode/opencode.json: .config/opencode/opencode.json
~/.config/rclone: .config/rclone
~/.config/snippets: .config/snippets
~/.config/voiceink: .config/voiceink
# Launch Agents
~/Library/LaunchAgents/oli.cloud-backup.plist: misc/LaunchAgents/oli.cloud-backup.plist
~/Library/LaunchAgents/oli.color-mode-notify.plist: misc/LaunchAgents/oli.color-mode-notify.plist
~/Library/LaunchAgents/oli.finance-output.plist: misc/LaunchAgents/oli.finance-output.plist
# Others
~/.claude/rules/PERSONAL.md:
force: true
path: PERSONAL.md
~/.applescript: .config/applescript
~/.bash_profile: .config/bash/.bash_profile
~/.bashrc: .config/bash/.bashrc
~/.color_mode: .config/.color_mode
~/.composer: .config/composer
~/.env: .config/env/.env
~/.gitconfig: .config/git/.gitconfig
~/.gitignore_global: .config/git/.gitignore_global
~/.mackup: .config/mackup/.mackup
~/.mackup.cfg: .config/mackup/.mackup.cfg
~/.profile: .config/bash/.profile
~/.pypirc: .config/.pypirc
~/.ssh: .config/ssh
~/.vim/custom_snippets: .config/vim/custom_snippets
~/.vimrc: .config/vim/.vimrc
~/.vimrc.plugins: .config/vim/.vimrc.plugins