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

2
dotfiles/zellij.kdl Normal file
View File

@ -0,0 +1,2 @@
theme "tokyo-night"
default_layout "compact"

View File

@ -1,35 +0,0 @@
themes {
tokyo-night {
fg 169 177 214
bg 26 27 38
black 56 62 90
red 249 51 87
green 158 206 106
yellow 224 175 104
blue 122 162 247
magenta 187 154 247
cyan 42 195 222
white 192 202 245
orange 255 158 100
}
}
theme "tokyo-night"
themes {
tokyo-night {
fg 169 177 214
bg 26 27 38
black 56 62 90
red 249 51 87
green 158 206 106
yellow 224 175 104
blue 122 162 247
magenta 187 154 247
cyan 42 195 222
white 192 202 245
orange 255 158 100
}
}
theme "tokyo-night"
default_layout "compact"

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

View File

@ -0,0 +1,15 @@
themes {
tokyo-night {
fg 169 177 214
bg 26 27 38
black 56 62 90
red 249 51 87
green 158 206 106
yellow 224 175 104
blue 122 162 247
magenta 187 154 247
cyan 42 195 222
white 192 202 245
orange 255 158 100
}
}