mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-23 23:34:20 +01:00
7 lines
267 B
Bash
7 lines
267 B
Bash
if [ -n "$FORCE" ] || ! command -v zellij &>/dev/null; then
|
|
sudo snap install zellij --classic
|
|
mkdir -p ~/.config/zellij/
|
|
cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
|
|
ln -s ~/.local/share/omakub/themes/zellij ~/.config/zellij/themes
|
|
fi
|