dotfiles/.config/yadm/hooks/post_alt

13 lines
335 B
Bash
Executable file

#!/usr/bin/env bash
LINKS=(
"$HOME/.config/tridactyl/themes $HOME/themes"
"$HOME/.config/tridactyl/.tridactylrc $HOME/.tridactylrc"
"$HOME/.config/vnstat/.vnstatrc $HOME/.vnstatrc"
"$HOME/.config/vim/vimrc $HOME/.vimrc"
)
for item in "${LINKS[@]}"
do
ln -svf $item
done
# ln -s ~/.config/tridactyl/themes ~/themes