aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.local/bin/wsl-installer.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-28 18:19:33 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-28 18:19:33 -0600
commitd85db780543798707e315e3c1c4427e3030a8f7b (patch)
tree512282821897355b904128c327e4a42f2ab4eec2 /wsl/.local/bin/wsl-installer.sh
parent2d0372f4908f2259baed246473a9e231ee07f033 (diff)
feat(wsl): add symlink for wsl-notify-send
Diffstat (limited to 'wsl/.local/bin/wsl-installer.sh')
-rwxr-xr-xwsl/.local/bin/wsl-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsl/.local/bin/wsl-installer.sh b/wsl/.local/bin/wsl-installer.sh
index 0df5ede..7f3759b 100755
--- a/wsl/.local/bin/wsl-installer.sh
+++ b/wsl/.local/bin/wsl-installer.sh
@@ -14,6 +14,7 @@ ln -sf "$(wslpath 'C:\Windows\system32\wsl.exe')" ~/.local/bin/wsl.exe
ln -sf "$(wslpath 'C:\Windows\system32\clip.exe')" ~/.local/bin/clip.exe
ln -sf "$(wslpath 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe')" ~/.local/bin/powershell.exe
ln -sf "$(wslpath 'C:\Program Files\PowerShell\7\pwsh.exe')" ~/.local/bin/pwsh.exe
+ln -sf "$(wslpath 'C:\Users\tobyv\AppData\Local\wsl-notify-send\wsl-notify-send.exe')" ~/.local/bin/notify-send
# ssh-config
sed -r 's|(RemoteForward\s+.+\s+)\/home\/tobyv\/\.gnupg\/S\.gpg-agent\.extra|\1127.0.0.1:4321|' "${DOTFILES}"/ssh/.ssh/config |