add zellij installer and update oh-my-posh themes

feat: add zellij installer and update oh-my-posh themes
This commit is contained in:
2025-03-06 10:07:31 -08:00
committed by Vuong Hoang
parent f82507fbcd
commit 947b5afbc5
2 changed files with 7 additions and 1 deletions

View File

@@ -1,2 +1 @@
curl -s https://ohmyposh.dev/install.sh | bash -s

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