-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotfiles.yaml
60 lines (57 loc) · 1.34 KB
/
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
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
- defaults:
link:
relink: true
- link:
# pdf apps
~/.config/zathura/: zathura/
~/.config/sioyek: sioyek/
# i3wm
~/.config/i3/: i3/
~/.config/i3blocks/: i3blocks/
# file managers
~/.config/lf: lf/
~/.config/ranger: ranger/
# editors
~/.config/emacs: emacs/
~/.config/lvim: lvim/
~/.config/micro: micro/
~/.config/alacritty: alacritty/
~/.config/pip: pip/
~/.config/sxhkd/: sxhkd/
~/.config/htop/: htop/
# bash
~/.bash_profile: bash/bash_profile
~/.config/bash/bashrc: .zshenv
~/.config/bash/bash_aliases: zsh/aliases
# zsh
~/.zshenv: .zshenv
~/.config/zsh: zsh/
# mpv
~/.config/mpv/: mpv/
# some home stuff
~/.config/nvidia/settings: nvidia/settings
~/.xprofile: .xprofile
~/.config/readline/: readline/
~/.xscreensaver: .xscreensaver
# /etc/lxdm/lxdm.conf: lxdm.conf
~/scripts: scripts
- create:
- ~/.config/mpv/
- ~/.config/readline/
- ~/.config/nvidia/
- ~/.config/bash/
- ~/.config/zsh/
- ~/.config/zathura/
- ~/.config/lf/
- ~/.config/i3/
- ~/.config/i3blocks/
- ~/.config/alacritty/
- ~/.config/emacs/
- ~/.config/ranger/
- ~/.config/lvim/
- ~/.config/micro/
- ~/.config/pip/
- ~/.config/sioyek/
- ~/.config/sxhkd/
- ~/.config/htop/
- ~/scripts