Stop creating mc launcher
This commit is contained in:
parent
ed70a6a6b5
commit
1dbe887fd5
1 changed files with 0 additions and 8 deletions
|
@ -91,11 +91,3 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "konsole/"
|
src: "konsole/"
|
||||||
dest: "{{ ansible_env.XDG_DATA_HOME }}/konsole"
|
dest: "{{ ansible_env.XDG_DATA_HOME }}/konsole"
|
||||||
- name: Create $XDG_DATA_HOME/applications/mc.desktop
|
|
||||||
ansible.builtin.copy:
|
|
||||||
src: "mc.desktop"
|
|
||||||
dest: "{{ ansible_env.XDG_DATA_HOME }}/applications/mc.desktop"
|
|
||||||
- name: Create $HOME/.local/bin/nvimw
|
|
||||||
ansible.builtin.copy:
|
|
||||||
src: "nvimw"
|
|
||||||
dest: "{{ ansible_env.HOME }}/.local/bin/nvimw"
|
|
||||||
|
|
Loading…
Reference in a new issue