-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotfiles.yaml
32 lines (27 loc) · 997 Bytes
/
dotfiles.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
# Anderson Lizarazo Tellez (Dotfiles).
- defaults:
link:
create: true
relink: true
- clean:
~/:
~/.config:
recursive: true
- link:
~/.config/ags: Configuration/ags
~/.config/alacritty: Configuration/alacritty
~/.config/environment.d: Configuration/environment.d
~/.config/fish: Configuration/fish
~/.config/fuzzel: Configuration/fuzzel
~/.config/hypr: Configuration/hypr
~/.config/mimeapps.list: Configuration/mimeapps.list
~/.config/nvim: Submodule/Neovim
~/.config/systemd: Configuration/systemd
~/.config/zellij: Configuration/zellij
- create:
- ~/Documents/Code
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [systemctl --user daemon-reload, Reloading SystemD]
- [systemctl --user enable hyprpolkitagent.service, Enabling crash report service]
- ['for unit in ~/.config/systemd/user/*.service; systemctl --user enable (path basename "$unit"); end', Enabling user services]