config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 38e07333b588095124b32e7ae60ae9e288358250
parent 090d3e1dd5c66460768f1959e59923e26d49145c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 19 Jun 2026 22:00:26 +0200

Improve network menu (maybe)

Diffstat:
M.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -41,6 +41,7 @@ alias c='iwctl station wlan0 connect' alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' alias d='iwctl station wlan0 disconnect' wm() { + iwctl station wlan0 scan iwctl station wlan0 get-networks | \ uncolor | tail -n -4 | head -n -1 | \ grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \