mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-16 17:47:22 +01:00
install: throw MangoHud and foot configs in place only if they don't already exist
This commit is contained in:
parent
3a26be6deb
commit
e09a41dd51
9
install
9
install
@ -58,7 +58,14 @@ cp -v conf/init.vim $HOME/.config/nvim/init.vim
|
|||||||
cp -v conf/makepkg.conf $HOME/.makepkg.conf
|
cp -v conf/makepkg.conf $HOME/.makepkg.conf
|
||||||
|
|
||||||
# system information overlay
|
# system information overlay
|
||||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
||||||
|
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||||
|
fi
|
||||||
|
|
||||||
|
# wayland native terminal
|
||||||
|
if [ ! -f $HOME/.config/foot/foot.ini ]; then
|
||||||
|
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
|
||||||
|
fi
|
||||||
|
|
||||||
# the media player
|
# the media player
|
||||||
cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf
|
cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user