Fixed bugs
Added paru installation Switchted to hyprlock
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
- fish
|
||||
- fish-done
|
||||
- fastfetch
|
||||
use: paru
|
||||
state: present
|
||||
|
||||
- name: "[Fish] Create config folder"
|
||||
@@ -18,3 +17,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: "./"
|
||||
dest: "{{ ansible_user_dir }}/.config/fish"
|
||||
|
||||
- name: "[Fish] Set shell"
|
||||
ansible.builtin.shell:
|
||||
cmd: "usermod -s $(which fish) $(whoami)"
|
||||
|
||||
Reference in New Issue
Block a user