mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
11 lines
474 B
Bash
11 lines
474 B
Bash
cd /tmp
|
|
wget -O zellij.tar.gz "https://github.com/zellij-org/zellij/releases/latest/download/zellij-x86_64-unknown-linux-musl.tar.gz"
|
|
tar -xf zellij.tar.gz zellij
|
|
sudo install zellij /usr/local/bin
|
|
rm zellij.tar.gz zellij
|
|
cd -
|
|
|
|
mkdir -p ~/.config/zellij/themes
|
|
[ ! -f "$HOME/.config/zellij/config.kdl" ] && cp ~/.local/share/omakub/configs/zellij.kdl ~/.config/zellij/config.kdl
|
|
cp ~/.local/share/omakub/themes/tokyo-night/zellij.kdl ~/.config/zellij/themes/tokyo-night.kdl
|