-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
52 lines (47 loc) · 1.05 KB
/
install.conf.yaml
File metadata and controls
52 lines (47 loc) · 1.05 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
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.irssi:
~/.bash:
~/.bashrc:
force: true
~/.gitconfig:
~/.xinitrc:
~/.config/i3:
glob: true
path: config/i3/*
~/.config/fish:
glob: true
path: config/fish/*
~/.config/nvim:
glob: true
path: config/nvim/*
~/.config/alacritty:
glob: true
path: config/alacritty/*
~/.wezterm.lua:
path: config/wezterm.lua
~/.config/mimeapps.list:
path: config/mimeapps.list
~/.profile:
~/.config/picom/picom.conf:
path: config/picom/picom.conf
~/.config/cheat/conf.yml:
path: config/cheat/conf.yml
~/.config/cheat/cheatsheets/personal:
glob: true
path: config/cheat/cheatsheets/personal/*
~/.config/zellij:
glob: true
path: config/zellij/*
~/.config/helix/:
glob: true
path: config/helix/*
- create:
- ~/.vim/undo-history
- shell:
- [git submodule update --init --recursive, Installing submodules]