Files
omakub/install/app-zellij.sh
David Heinemeier Hansson 1e45c23f0e Group app installers together
2024-06-04 13:00:35 -07:00

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