From 180ed3cbd2adf39d1dbd4e1ee79383d3ba6debb7 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 3 Sep 2022 15:47:16 +0200 Subject: [PATCH] Add tmux package --- run_once_prepare_arch.sh.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index 778b3bd..2b9200b 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -12,7 +12,9 @@ aur_packages=(falchion-shutdown nerd-fonts-complete spotify) # For terminal # ## kitty => Terminal emulator like alacritty but it look more powerfull so it can replace alacritty and tmux in future # ## viu => Terminal image viewer compatible with kitty -packages+=(kitty viu zsh) +# ## tmux +# ## zsh +packages+=(kitty viu tmux zsh) # For development # ## Modern replacement of vim with lua support