-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.conf.yaml
45 lines (39 loc) · 1016 Bytes
/
default.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
- defaults:
link:
relink: true
force: true
- clean: ['~']
- create:
- ~/.config/alacritty
- ~/.gnupg
- ~/.local/
- ~/.local/share/systemd
- ~/.local/share/newsboat
- link:
~/aliasrc: zsh_aliasrc
~/.bashrc: bashrc
~/.bash_aliases: bash_aliases
~/.compton.conf: compton.conf
~/.config/nvim:
if: '[ -d ~/dotfiles/nvim ]'
path: nvim
~/.config/alacritty/alacritty.toml: alacritty.toml
# ~/.config/mutt: mutt
# ~/.mbsyncrc: mbsyncrc
~/.config/fuzzel: fuzzel
~/.config/gammastep: gammastep
~/.config/ghostty: ghostty
~/.config/managarr: managarr
~/.config/newsboat: newsboat
~/.config/ranger: ranger
~/.config/rofi: rofi
~/.config/starship.toml: starship.toml
~/.gitconfig: .gitconfig
~/.gnupg/gpg-agent.conf: gpg-agent.conf
~/.local/scripts/: scripts
~/.local/share/systemd/user: systemd
~/.tmux.conf: tmux.conf
~/.vifm: .vifm
~/.zshrc: zshrc
- shell:
- [chmod +x ~/.local/scripts/*]