My personal shell files.
Just run the install script.
./installThis will link all the packages to the TARGET_DIR directory. By default, the TARGET_DIR is set to $HOME.
Just run the uninstall script.
./uninstallTo customize, you can select the packages you want to install by providing the packages to install as arguments to the install script.
./install bash gitTo change the directory where the packages are installed, you can set the TARGET_DIR environment variable.
TARGET_DIR=~/.local/bin ./install tmux-sessionizerThe install script accepts a -v flag for verbose output, which will detail
the linking process.