From 0e2e334e11eff64a2f7aa17e48001f869cb1f0c3 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 18 Oct 2025 16:55:40 +0000 Subject: [PATCH] feat(os): Add bash-completion package --- os.d/ubuntu.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os.d/ubuntu.bash b/os.d/ubuntu.bash index e68cfbe..b7ef9aa 100644 --- a/os.d/ubuntu.bash +++ b/os.d/ubuntu.bash @@ -6,7 +6,8 @@ if (grep -q Ubuntu <(lsb_release --id --short)); then sudo apt install -y coreutils grep less tar zip unzip tree sudo apt install -y man manpages-fr manpages-fr-extra - sudo apt install -y bash zsh fish + sudo apt install -y bash bash-completion + sudo apt install -y zsh fish sudo apt install -y screen tmux sudo apt install -y git #tig sudo apt install -y vim