These are most of the scripts I use on my Linux machines.
Many of these scripts are dependencies for my dotfiles repository. As with my dotfiles, I use stow to create symbolic links from these scripts to the appropriate location on my filesystem (/usr/local/bin
). This way, I can organize my scripts in separate directories the way I like but without the need to add arbitrary directories to my PATH. The exact stow commands I use to do this can be found in my clinks script.