We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 903cf91 + 5588cd5 commit 91478a6Copy full SHA for 91478a6
2 files changed
install.sh
@@ -177,6 +177,7 @@ function link_files() {
177
ln -sf $(pwd)/yazi ~/.config/yazi
178
ln -sf $(pwd)/bottom ~/.config/bottom
179
ln -sf $(pwd)/tmux ~/.config/tmux
180
+ ln -sf $(pwd)/zellij ~/.config/zellij
181
182
ln -sf $(pwd)/delta ~/.config/delta
183
ln -sf $(pwd)/eza ~/.config/eza
zellij/config.kdl
@@ -0,0 +1,4 @@
1
+// Zellij configuration for GitHub Copilot
2
+// Minimal config that disables the welcome message
3
+
4
+welcome_screen false
0 commit comments