From 1d1351eb43a763687164d5662093f12a38b12be6 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 12 Jan 2022 11:56:58 +0100 Subject: [PATCH] remove unused packages --- bin/toolbox-recreate | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/toolbox-recreate b/bin/toolbox-recreate index 20cb4f2..18922cb 100755 --- a/bin/toolbox-recreate +++ b/bin/toolbox-recreate @@ -12,9 +12,7 @@ info() { packages=( ## basic - 'zsh' 'git' 'neovim' 'wl-clipboard' 'ranger' 'tmux' 'sqlite' 'ripgrep' 'fd-find' 'hyperfine' - ## ansible - 'ansible' 'openssh' + 'zsh' 'git' 'neovim' 'wl-clipboard' 'ranger' 'tmux' 'sqlite' 'ripgrep' 'fd-find' ## C and compiling '@C Development Tools and Libraries' ## golang