From af144e594e9488ea1df4cfd64e4b08cad7223154 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 31 Aug 2021 10:32:41 +0200 Subject: [PATCH] layer more on host --- bin/toolbox.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/toolbox.sh b/bin/toolbox.sh index 3f98eeb..439e7e2 100644 --- a/bin/toolbox.sh +++ b/bin/toolbox.sh @@ -11,10 +11,7 @@ info() { packages=( ## basic - 'atool' 'p7zip' 'p7zip-plugins' 'unzip' 'zsh' 'git' 'neovim' 'wl-clipboard' 'bind-utils' 'bmon' 'curl' 'fd-find' - 'file' 'htop' 'nmon' 'mosh' 'ranger' 'stow' 'wget' 'youtube-dl' 'net-tools' 'gocryptfs' 'sshfs' 'netcat' - 'dstat' 'atop' 'iotop' 'magic-wormhole' 'ncdu' 'sqlite' 'hyperfine' - #'khal' 'vdirsyncer' 'khard' 'hledger' 'nnn' 'tmux' + 'zsh' 'git' 'neovim' 'wl-clipboard' 'ranger' 'tmux' 'sqlite' ## ansible 'ansible' 'openssh' ## C and compiling @@ -63,6 +60,3 @@ toolbox run sudo dnf remove -y "${removals[@]}" info 'Remove unused dependencies and clean caches' toolbox run sudo dnf autoremove -y toolbox run sudo dnf clean all -y - -info 'Installing Ansible modules' -toolbox run ansible-galaxy collection install ansible.posix community.general