aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-12-24 13:22:27 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-12-24 13:22:34 +0200
commitd77e686d06916156700c5f298b5edb4ba3e9642b (patch)
tree2a1e5569dd4fa3785b75dad92ff38f29414166a5 /tasks/general.yml
parenta977ef97cb1d88b617286fc07ea37a19c8b01e42 (diff)
Improvements
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"