Add zellij configuration

This commit is contained in:
2023-02-27 17:29:58 -06:00
parent 0e8fa639b0
commit 7fb24af4b8
3 changed files with 337 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ navi = { source = "navi", target = ".config/navi" }
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
# zellij
zellij = { source = "zellij", target = ".config/zellij" }
# zsh
zsh = { source = "aliases", target = ".aliases" }
zshenv = { source = "zshenv", target = ".zshenv" }