-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.yaml
More file actions
64 lines (55 loc) · 1.62 KB
/
linux.yaml
File metadata and controls
64 lines (55 loc) · 1.62 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
- create:
- ~/Pictures/gif/
- ~/.local/share/wallhavens/
- shell:
-
command: ./install_packages
stdout: true
stderr: true
- link:
~/Pictures/gif/:
glob: true
path: Pictures/gif/**
~/.zshrc: .zshrc
~/.zimrc: .zimrc
~/.zprofile: .zprofile
~/.ideavimrc: ideavimrc
~/.aliases: .aliases
~/.hooks.zsh: .hooks.zsh
~/.gnupg/gpg-agent.conf: .gnupg/gpg-agent.conf
~/.config/starship.toml: .config/starship.toml
~/.config/nvim: .config/nvim
~/.config/wezterm: .config/wezterm
~/.config/lazygit: .config/lazygit
~/.config/yazi: .config/yazi
~/.config/ttyper: .config/ttyper
~/.config/tmux: .config/tmux
~/.config/neofetch: .config/neofetch
# ~/.config/albert: .config/albert
~/.config/sway: .config/sway
~/.config/waybar: .config/waybar
# ~/.config/wofi: .config/wofi
~/.config/swaylock: .config/swaylock
~/.config/mako: .config/mako
~/.config/swappy: .config/swappy
~/.config/fcitx5: .config/fcitx5
~/.config/foot: .config/foot
~/.config/git: .config/git
# ~/.config/aerc: .config/aerc
~/.config/neomutt: .config/neomutt
~/.config/newsboat: .config/newsboat
~/.config/btop: .config/btop
~/.config/swayimg: .config/swayimg
~/.config/mpv: .config/mpv
~/.config/ctags: .config/ctags
~/.local/bin/:
glob: true
path: .local/bin/*
~/.local/share/wallhavens:
glob: true
path: .local/share/wallhavens/*
~/.local/share/fcitx5/themes:
glob: true
path: .local/share/fcitx5/themes/*
- shell:
- [ git submodule update --init --recursive, Installing submodules ]