adding the leftwm config was probablyu not all I did

This commit is contained in:
Zastian Pretorius
2022-05-26 16:39:56 +01:00
parent 971bb2d78c
commit 106a426042
74 changed files with 2103 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
FILE=$(fd -t f|fzf)
LINK=$(curl -# "https://oshi.at" -F "f=@$FILE"|awk '/DL/ {print $2}')
printf "$LINK"|xclip -selection c
printf "$LINK\n"