Protect against overwriting existing configs
This commit is contained in:
parent
91b66e27eb
commit
56c4686a72
@ -6,5 +6,5 @@ rm zellij.tar.gz
|
|||||||
cd -
|
cd -
|
||||||
|
|
||||||
mkdir -p ~/.config/zellij/
|
mkdir -p ~/.config/zellij/
|
||||||
cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
|
[ ! -f "$HOME/.config/zellij/config.kdl" ] && cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
|
||||||
ln -s ~/.local/share/omakub/themes/zellij ~/.config/zellij/themes
|
[ ! -L "$HOME/.config/zellij/themes" ] && ln -s ~/.local/share/omakub/themes/zellij ~/.config/zellij/themes
|
||||||
|
Loading…
Reference in New Issue
Block a user