Kanagawa theme is already included in zellij

This commit is contained in:
Marko Korhonen 2024-02-04 10:56:03 +02:00
parent ea273128c6
commit 06b5e11bb5
2 changed files with 4 additions and 19 deletions

View file

@ -246,9 +246,9 @@ src = ".npmrc"
dst = "~/.npmrc"
chmod = "600"
[dotfiles.d_zellij]
src = ".config/zellij"
dst = "~/.config/zellij"
[dotfiles.f_zellij]
src = ".config/zellij/config.kdl"
dst = "~/.config/zellij/config.kdl"
[profiles.pacman]
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
@ -267,7 +267,7 @@ dotfiles = [
"f_ranger.conf",
"f_ranger_commands.py",
"f_rtv.cfg",
"d_zellij",
"f_zellij",
"f_zshrc",
"f_npmrc",
]