Setup zellij directly and use external theme
This commit is contained in:
		
							
								
								
									
										2
									
								
								dotfiles/zellij.kdl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								dotfiles/zellij.kdl
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
theme "tokyo-night"
 | 
			
		||||
default_layout "compact"
 | 
			
		||||
@@ -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"
 | 
			
		||||
@@ -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
									
								
							
							
						
						
									
										6
									
								
								install/zellij.sh
									
									
									
									
									
										Normal 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
 | 
			
		||||
							
								
								
									
										15
									
								
								themes/zellij/tokyo-night.kdl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								themes/zellij/tokyo-night.kdl
									
									
									
									
									
										Normal 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
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user