Alacritty

This commit is contained in:
Geoffrey Frogeye 2020-10-17 23:47:48 +02:00
parent 1404d5aaab
commit f49c967450
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 1552 additions and 9 deletions

8
config/scripts/wttr Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# change Paris to your default location
request="v2.wttr.in/$1"
[ "$(tput cols)" -lt 125 ] && request+='?n'
curl -H "Accept-Language: ${LANG%_*}" --compressed "$request"