This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# for xtitle to work properly | |
sleep 0.5 | |
layout="us" | |
xtitle -s -f '%s\n' | while read window_title; do | |
case $window_title in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# install Ubuntu (full install install) | |
# --> full install | |
# --> no swap | |
# setup wifi | |
# mount /data | |
gnome-disks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
cmd = "eza" | |
# cmd = "exa" | |
ordering = [ | |
('', ' '), | |
('r', '--reverse'), | |
] | |
sorting = [ |