diff --git a/inventory/group_vars/all/apt_install.yml b/inventory/group_vars/all/apt_install.yml new file mode 100644 index 0000000..4b04e8f --- /dev/null +++ b/inventory/group_vars/all/apt_install.yml @@ -0,0 +1,37 @@ +--- +apt_install__group_packages: + - zsh + - zsh-autosuggestions + - zsh-syntax-highlighting + - zsh-theme-powerlevel9k + - zplug + - vim + - vim-airline + - vim-airline-themes + - tmux + - tmux-themepack-jimeh + - powerline + - htop + - mosh + - screen + - pmount + +apt_install__shell_packages: + - tmux + - less + - file + - psmisc + - lsof + - tree + - htop + - iftop + - nload + - nmon + - mtr-tiny + - mc + - fasd + - fd-find + - ack + - ripgrep + - wget + - curl