Skip to content

Commit 91478a6

Browse files
authored
Merge pull request #250 from djensenius/add-zellij-config-for-use-with-sidekick
Remove welcome screen for Zellij
2 parents 903cf91 + 5588cd5 commit 91478a6

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function link_files() {
177177
ln -sf $(pwd)/yazi ~/.config/yazi
178178
ln -sf $(pwd)/bottom ~/.config/bottom
179179
ln -sf $(pwd)/tmux ~/.config/tmux
180+
ln -sf $(pwd)/zellij ~/.config/zellij
180181

181182
ln -sf $(pwd)/delta ~/.config/delta
182183
ln -sf $(pwd)/eza ~/.config/eza

zellij/config.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)