-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
143 lines (143 loc) · 3.02 KB
/
config.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
config:
backup: true
banner: true
create: true
dotpath: dotfiles
ignoreempty: false
keepdot: true
link_dotfile_default: link
link_on_import: nolink
longkey: false
showdiff: false
workdir: ~/.config/dotdrop
dotfiles:
omf_config:
dst: ~/.config/omf
src: omf
fish_brew:
dst: ~/.config/fish/conf.d/00_brew.fish
src: fish/00_brew.fish
fish_greeting:
dst: ~/.config/fish/conf.d/00_greeting.fish
src: fish/00_greeting.fish
omf_loader:
dst: ~/.config/fish/conf.d/01_omf.fish
src: fish/01_omf.fish
fish_cargo:
dst: ~/.config/fish/conf.d/05_cargo.fish
src: fish/05_cargo.fish
fish_krew:
dst: ~/.config/fish/conf.d/06_krew.fish
src: fish/06_krew.fish
fish_depot_tools:
dst: ~/.config/fish/conf.d/10_depot_tools.fish
src: fish/10_depot_tools.fish
fish_local_bin:
dst: ~/.config/fish/conf.d/20_local_bin.fish
src: fish/20_local_bin.fish
fish_pdm:
dst: ~/.config/fish/conf.d/40_pdm.fish
src: fish/40_pdm.fish
fish_ssh_agent:
dst: ~/.config/fish/conf.d/80_ssh_agent.fish
src: fish/80_ssh_agent.fish
fish_starship:
dst: ~/.config/fish/conf.d/99_starship.fish
src: fish/99_starship.fish
fish_sway_java:
dst: ~/.config/fish/conf.d/95_sway_java.fish
src: fish/95_sway_java.fish
i3_desktop:
dst: ~/.config/i3/config
src: i3/config_desktop
i3blocks_laptop:
dst: ~/.config/i3blocks/config
src: i3blocks/config_laptop
i3blocks_desktop:
dst: ~/.config/i3blocks/config
src: i3blocks/config_desktop
nvim_rc:
dst: ~/.config/nvim/init.vim
src: nvim/init.vim
rofi:
dst: ~/.config/rofi/config.rasi
src: rofi/config.rasi
wallpaper:
dst: ~/.local/share/desktop/wallpaper.jpg
src: wallpaper/wallpaper.jpg
tmux:
dst: ~/.tmux.conf
src: tmux/tmux.conf
alacritty:
dst: ~/.config/alacritty/alacritty.yml
src: alacritty/alacritty.yml
sway:
dst: ~/.config/sway/config
src: sway/config
profiles:
core:
dotfiles:
- fish_cargo
- fish_greeting
- fish_local_bin
- fish_starship
backup:
dotfiles:
- fish_cargo
- fish_greeting
- fish_local_bin
- fish_starship
nas:
dotfiles:
- fish_cargo
- fish_greeting
- fish_local_bin
- fish_starship
arch-g14:
dotfiles:
- alacritty
- fish_cargo
- fish_depot_tools
- fish_greeting
- fish_local_bin
- fish_pdm
- fish_ssh_agent
- fish_starship
- i3blocks_laptop
- nvim_rc
- omf_config
- omf_loader
- rofi
- sway
- tmux
- wallpaper
arch-desktop:
dotfiles:
- alacritty
- fish_cargo
- fish_depot_tools
- fish_greeting
- fish_local_bin
- fish_pdm
- fish_ssh_agent
- fish_starship
- fish_sway_java
- i3_desktop
- i3blocks_desktop
- nvim_rc
- omf_config
- omf_loader
- rofi
- sway
- tmux
- wallpaper
lalitm-macbook:
dotfiles:
- fish_brew
- fish_cargo
- fish_depot_tools
- fish_krew
- nvim_rc
- omf_config
- omf_loader
- tmux