updated qol

This commit is contained in:
Vuong Hoang
2024-06-14 21:45:47 -07:00
parent 0e6284bbb6
commit 5de9d22d6c

View File

@@ -5,7 +5,7 @@
become: yes
gather_facts: no
tasks:
- name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, bat, tldr, byobu
- name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, tldr
apt:
pkg:
- tmux
@@ -15,8 +15,6 @@
- neofetch
- curl
- wget
- bat
- tldr
- byobu
update_cache: true
state: latest