Setup zellij directly and use external theme
This commit is contained in:
@@ -1,2 +1 @@
|
||||
sudo apt install -y fzf ripgrep bat eza zoxide btop apache2-utils
|
||||
sudo snap install zellij --classic
|
||||
|
6
install/zellij.sh
Normal file
6
install/zellij.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if ! command -v zellij &>/dev/null; then
|
||||
sudo snap install zellij --classic
|
||||
mkdir -p ~/.config/zellij/
|
||||
cp ~/.local/share/omakub/dotfiles/zellij.kdl ~/.config/zellij/config.kdl
|
||||
ln -s ~/.local/share/omakub/themes/zellij ~/.config/zellij/themes
|
||||
fi
|
Reference in New Issue
Block a user