Setup zellij directly and use external theme

This commit is contained in:
David Heinemeier Hansson
2024-05-27 13:04:48 -07:00
parent e7e611ef36
commit 0c4353c19b
5 changed files with 23 additions and 36 deletions

View File

@@ -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
View 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