ADD zellij multiplexeur

main
Alexandre LUCAZEAU 2022-10-14 10:38:14 +02:00
parent 4d4754dbad
commit b7880d4b21
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
3 changed files with 19 additions and 3 deletions

View File

@ -0,0 +1,16 @@
copy_command: "xclip -selection clipboard" # x11
#copy_command: "wl-copy" # wayland
theme: nord
themes:
nord:
fg: [216,222,233]
bg: [46,52,64]
black: [59,66,82]
red: [191,97,106]
green: [163,190,140]
yellow: [235,203,139]
blue: [129,161,193]
magenta: [180,142,173]
cyan: [136,192,208]
white: [229,233,240]
orange: [208,135,112]

View File

@ -23,8 +23,8 @@
};
xsession.numlock.enable = true;
home.file = {
".wezterm.lua" = {
source = ./configs/wezterm.lua;
"./.config/zellij/config.yaml" = {
source = ./configs/zellij;
};
};
}

View File

@ -55,9 +55,9 @@
udiskie
libnotify
sublime-music
wezterm
drawio
lsd
vagrant
zellij
];
}