Add starship, update vscode

This commit is contained in:
Smirnov Alexander 2021-04-11 10:56:24 +03:00
parent a4eeb45201
commit e268665220
12 changed files with 96 additions and 103 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
sudo pacman -Syyuu --noconfirm
yay -Sua --noconfirm
sudo pacman -Rs $(pacman -Qdtq) --noconfirm
sudo pacman -Rs $(pacman -Qdtq) --noconfirm

View file

@ -1,5 +1,5 @@
#!/bin/sh
case "$1" in
"on"|"-on"|"--on"|1) xset led on ;;
""|"on"|"-on"|"--on"|1) xset led on ;;
"of"|"off"|"-off"|"--off"|0) xset led off ;;
esac