Install various useful utilities
This commit is contained in:
37
inventory/group_vars/all/apt_install.yml
Normal file
37
inventory/group_vars/all/apt_install.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user