A List of some CLIs that I am using
nala⌗A TUI replacement
aptthat uses mirrors and parallel downloads to be a lot betterAutomagically replace all calls to
aptwithnala# Inside ~/.bashrc (or .zshrc) apt() { command nala "$@" } sudo() { if ["$1" = "apt" ]; then shift command sudo nala "$@" else command sudo "$@" fi }zsh⌗The replacement for the bash shell.
After installing, first create the file
~/.zshenvto set zsh to store its configs in the.configfolderecho "ZDOTDIR=$HOME/.config/zsh" > ~/.zshenvThen set zsh as the default shell:
chsh -s $(which zsh)Hopefully at some point I’ll be smart enough to create a github repo and backup the configs I am making…
tar⌗Example usage:
tar cvfz archive.tar.gz folder/