mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Automatically backup existing config files
This commit is contained in:
parent
8c98f84f19
commit
36db889cc1
@ -4,6 +4,8 @@ source "${HOME}/.cache/wal/colors.sh"
|
|||||||
|
|
||||||
mkdir -p "${HOME}/.config/dunst"
|
mkdir -p "${HOME}/.config/dunst"
|
||||||
mkdir -p "${HOME}/.config/zathura"
|
mkdir -p "${HOME}/.config/zathura"
|
||||||
|
mv -n "${HOME}/.config/dunst/dunstrc" "${HOME}/.config/dunst/dunstrc.bak"
|
||||||
|
mv -n "${HOME}/.config/zathura/zathurarc" "${HOME}/.config/zathura/zathurarc.bak"
|
||||||
ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc"
|
ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc"
|
||||||
ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc"
|
ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user