-
Notifications
You must be signed in to change notification settings - Fork 3
/
.link.conf
29 lines (28 loc) · 976 Bytes
/
.link.conf
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
SOURCE_DIR=$HOME/.etc
BACKUP_DIR=$SOURCE_DIR.bak
FILES=(
ctags $HOME/.ctags
dive $HOME/.dive.yaml
foot.ini $HOME/.config/foot/foot.ini
gitconfig $HOME/.gitconfig
gitconfig.ovo $HOME/.gitconfig.ovo
gitignore $HOME/.gitignore
gpg.conf $HOME/.gnupg/gpg.conf
i3status $HOME/.config/i3status/config
mako $HOME/.config/mako/config
npmrc $HOME/.npmrc
profile $HOME/.profile
rtv $HOME/.config/rtv
scripts $HOME/.scripts
sway $HOME/.config/sway/config
tigrc $HOME/.tigrc
tmux/.tmux.conf $HOME/.tmux.conf
tmux.conf.local $HOME/.tmux.conf.local
tmux.plugins $HOME/.tmux.plugins
vimrc $HOME/.vimrc
vim $HOME/.vim
waybar $HOME/.config/waybar
zprofile $HOME/.zprofile
zsh $HOME/.zsh
zshrc $HOME/.zshrc
)