feat: deprecate some tools to keep only mise

This commit is contained in:
2025-06-24 00:26:01 +02:00
parent 6462e4ce57
commit 10015173f9
6 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
# powerline-go
test -x ~/.local/bin/powerline-go \
|| wget -O ~/.local/bin/powerline-go "https://github.com/justjanne/powerline-go/releases/latest/download/powerline-go-linux-amd64" \
&& chmod +x ~/.local/bin/powerline-go