add zellij installer and update oh-my-posh themes
feat: add zellij installer and update oh-my-posh themes
This commit is contained in:
@@ -1,2 +1 @@
|
||||
curl -s https://ohmyposh.dev/install.sh | bash -s
|
||||
|
||||
|
||||
7
lk-installers/install-zellij
Normal file
7
lk-installers/install-zellij
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Installing Zellij via cargo..."
|
||||
cargo install zellij || {
|
||||
echo "Cargo failed - trying apt instead"
|
||||
sudo apt update && sudo apt install -y zellij
|
||||
}
|
||||
Reference in New Issue
Block a user