Add launcher for pwsh

This commit is contained in:
Anthony Rose 2024-10-02 13:45:35 +01:00
parent 911f375763
commit ae4ef5fa95
2 changed files with 11 additions and 0 deletions

View 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

View file

@ -75,3 +75,7 @@
ansible.builtin.copy:
src: "face.svg"
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"