forked from rc/classroom
Honor requests by Luka Fǔrst, apart from shared homes
This commit is contained in:
parent
8136635a6f
commit
41b392ee1e
3 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue