add symlinks for feh
This commit is contained in:
@@ -40,6 +40,20 @@
|
||||
- mpv
|
||||
ignore_errors: true
|
||||
|
||||
# Create Symlinks for feh
|
||||
|
||||
- name: Creating a symlink ffeh
|
||||
ansible.builtin.file:
|
||||
src: "$(which feh)"
|
||||
dest: "~/.local/bin/ffeh"
|
||||
state: link
|
||||
|
||||
- name: Creating a symlink ffehr
|
||||
ansible.builtin.file:
|
||||
src: "$(which feh)"
|
||||
dest: "~/.local/bin/ffehr"
|
||||
state: link
|
||||
|
||||
- name: Install additionall packages...
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user