-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdots.yaml
More file actions
77 lines (73 loc) · 1.93 KB
/
dots.yaml
File metadata and controls
77 lines (73 loc) · 1.93 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
- defaults:
link:
create: true
relink: true
force: true
- clean: ['~']
- clean:
~/.config:
recursive: true
~/.local/bin:
recursive: true
- link:
~/.config/nvim/init.lua: nvim/init.lua
~/.config/user-dirs.dirs: misc/user.dirs
/etc/zshenv:
path: zsh/zshenv
type: hardlink
~/.config/zsh/.zshrc: zsh/zshrc
~/.config/zsh/alias.zsh: zsh/alias.zsh
/etc/keyd/default.conf:
path: keyd/global.conf
type: hardlink
~/.config/hypr:
glob: true
path: hypr/*
~/.config/home-manager/home.nix: home.nix
~/.config/vicinae/settings.json: vicinae/settings.json
~/.config/systemd/user/:
glob: true
path: systemd/*
~/.mozilla/firefox/main/chrome:
glob: true
path: firefox/styles/*
~/.mozilla/firefox/main/user.js: firefox/user.js
~/.config/niri:
glob: true
path: niri/*
~/.config/xdg-desktop-portal/portals.conf: misc/portals.conf
~/.config/keyd/app.conf: keyd/app.conf
~/.config/fontconfig/fonts.conf: misc/fontconfig
~/.config/handlr/handlr.toml: xdg/handlr.toml
~/.lesskey: misc/lesskey
~/.ssh/config: misc/ssh
~/.local/bin:
glob: true
path: bin/*
~/.config/mpv:
glob: true
path: mpv/*
~/.config/kitty:
glob: true
path: kitty/*
~/.config/fusuma/config.yml: fusuma/config.yml
~/.config/gtk-3.0/gtk.css: gtk/gtk.css
~/.config/gtk-4.0/gtk.css: gtk/gtk.css
~/.config/dunst/dunstrc: noti/dunstrc
~/.config/sway/osd.css: sway/osd.css
/var/spool/cron/bren:
path: noti/crontab
type: hardlink
~/.config/rofi:
glob: true
path: rofi/*
~/:
glob: true
path: git/*
prefix: '.'
- create:
- ~/mach
- shell:
- [ ./xdg-defaults, Setting XDG defaults... ]
- [ sudo keyd reload, Reloading keyd... ]
- [ systemctl --user daemon-reload; sudo systemctl daemon-reload, Reloading systemd... ]