-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.wm.conf.yaml
70 lines (59 loc) · 1.77 KB
/
install.wm.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
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
- defaults:
link:
relink: true
create: true
force: true
- clean: ['~', '~/.config']
- link:
# BASH
~/.aliases: .aliases
~/.aliases.local: .aliases.local
~/.exports: .exports
~/.exports.local: .exports.local
~/.zshrc: .zshrc
~/.zshenv: .zshenv
~/.config/starship.toml: starship.toml
# BASH 2
~/.ssh/config: .ssh/config
~/scripts: scripts
# BASH TOOLS
~/.config/nvim: .config/nvim
~/.config/vifm: vifm
# ~/.vim: .vim
~/.vimrc: .vimrc
~/.angular-config.json: angular-config.json
# ~/.cht.sh/cht.sh.conf: cht.sh.conf
# ~/.config/neofetch: neofetch
~/.gitconfig: .gitconfig
~/.gitconfig.local: .gitconfig.local
~/.gitmessage.txt: .gitmessage.txt
# ~/.tmux.conf: .tmux.conf
# NIX
~/.config/nixpkgs: .config/nixpkgs
# WM
~/.config/mimeapps.list: .config/mimeapps.list
#~/.alacritty.yml: .alacritty.yml
~/.config/electron-flags.conf: .config/electron-flags.conf
~/.config/electron13-flags.conf: .config/electron13-flags.conf
~/.config/easyeffects: .config/easyeffects
~/.config/eww: .config/eww
~/.config/dunst: dunst
~/.config/fcitx5: .config/fcitx5
~/.local/share/fcitx5: .local/share/fcitx5
#~/.config/powernotd/config.json: .config/powernotd/config.json
~/.config/hypr/hyprlock.conf: .config/hypr/hyprlock.conf
~/.config/hypr/hyprpaper.conf: .config/hypr/hyprpaper.conf
~/.config/spotify-adblock: .config/spotify-adblock
~/.local/share/applications: .local/share/applications
# Applications
~/.config/mpv/mpv.conf: .config/mpv/mpv.conf
~/.kube: .kube
- create:
- ~/wallpapers
- ~/bin
- ~/tmp
- ~/mnt
- ~/ws
- ~/jdks
#- shell:
# - [git submodule update --init --recursive, Installing submodules]