Honor requests by Luka Fǔrst, apart from shared homes

This commit is contained in:
Gašper Fele-Žorž 2025-08-29 15:13:53 +02:00
parent 8136635a6f
commit 41b392ee1e
3 changed files with 20 additions and 2 deletions

View file

@ -50,6 +50,8 @@
- neovim-qt
- binwalk
- iotop
- evince
- okular
- htop
- jdupes
state: latest
@ -145,3 +147,13 @@
copy:
dest: /etc/udev/rules.d/
src: 99-wakeonlan.rules
- name: Shorten PS1 prompt
replace:
path: "{{ item }}"
regexp: 'PS1=(.*)\\u@\\h'
replace: PS1=\1${USER%@*}
loop:
- /etc/skel/.bashrc
- /etc/profile
- /etc/bash.bashrc