aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/general.yml')
-rw-r--r--tasks/general.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index b8d3f45..7643420 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -11,6 +11,8 @@
- python
- py311-pip
- vm-bhyve
+ - fastfetch
+ - drm-kmod
- name: Set up periodic.conf
template:
@@ -142,3 +144,11 @@
- name: Run vm init
shell: vm init
+
+- name: Install .bashrc
+ file:
+ src: templates/root_bashr
+ dest: /root/.bashrc
+ owner: root
+ group: wheel
+ mode: "0644"