my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

WHATEVER

j3s 568d172a 50802e8d

+14
+5
.sieve
··· 1 1 require ["fileinto", "reject", "mailbox"]; 2 2 3 + if address :domain ["To", "CC"] "lists.orbitalfox.eu" { 4 + fileinto :create "gemini"; 5 + stop; 6 + } 7 + 3 8 if address :domain ["To", "CC"] "lists.alpinelinux.org" { 4 9 fileinto :create "alpine"; 5 10 stop;
+1
.xinitrc
··· 3 3 bud ~/Pictures/wallpapers 4 4 setxkbmap -layout us -option ctrl:nocaps 5 5 exec sowm 6 + #exec fluxbox
+8
bin/up
··· 1 + #!/bin/sh 2 + 3 + if [ -n "$1" ]; then 4 + scp "$1" trash.j3s.sh:/var/www/trash.j3s.sh/ 5 + echo "https://trash.j3s.sh/$1" 6 + else 7 + echo "spply a file dumbass" 8 + fi