Add launcher for pwsh
This commit is contained in:
parent
911f375763
commit
ae4ef5fa95
2 changed files with 11 additions and 0 deletions
7
roles/home-gui/files/pwsh.desktop
Normal file
7
roles/home-gui/files/pwsh.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Microsoft PowerShell
|
||||||
|
TryExec=/home/acp/.dotnet/tools/pwsh
|
||||||
|
Exec=/home/acp/.dotnet/tools/pwsh
|
||||||
|
Type=Application
|
||||||
|
Terminal=true
|
||||||
|
StartupNotify=true
|
|
@ -75,3 +75,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "face.svg"
|
src: "face.svg"
|
||||||
dest: "{{ ansible_env.HOME }}/.face"
|
dest: "{{ ansible_env.HOME }}/.face"
|
||||||
|
- name: Create $XDG_DATA_HOME/pwsh.desktop
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: "pwsh.desktop"
|
||||||
|
dest: "{{ ansible_env.XDG_DATA_HOME }}/applications/pwsh.desktop"
|
||||||
|
|
Loading…
Reference in a new issue