curl https://raw.githubusercontent.com/Maddest-Lad/Linux-Utils/main/install.sh | sh
An archetypal bashrc with a few useful aliases & functions added at the top, colors are enabled for most commands.
file to house all of my export path and echo eval commands so that they're easily accessible and I can append to the file without concern for organization
path <optional:directory>adds the folder to~/.pathand sources it in the current context, calling without an argument adds the $PWD to PATH
srcsources all relevant bash files (.bashrc.bash_aliases.path)aliaopens up.bashrcfor editing
lcandcccombineclearwithlsandcdfor a cleaner navigating experiencelaa shortcut for `ls -a'mdis a mkdir with a cd into it after creationup <optional:int>moves you up 1 directory by default or uses the int you pass itbackreturns you to your previous working directory
sruns your last command as sudoportsuse netstat to give you every currently open portsizeof <optional:file/dir>displays the size of a file or directory, if given no arguments, runs on the current dirdiskspacegives you a sorted list of who's taking up the most disk spacewhereis <string - * works>wrapper for sudo find name cause it has weird formatting
hs <int:n>prints the last n lines of the history filereplay <int:n>runs the last n lines of your history file
upgrade_nano.sh - Uses Scopatz's installer to add more language highlighting to nano