all repos — dotfiles-base @ main

base important configs that can safely be used almost anywhere

.config/fish/functions/wifi-strength.fish

 1
 2
 3
function wifi-strength --description 'Get WiFi statistics in real time'
    watch -n 1 cat /proc/net/wireless
end