These are bash aliases and customization. Each file explained below.
- Clone this repository at your home directory
git clone https://github.com/LarryMarzanJr/tuh-alias.git ~/.tuh-alias- Add the file path inside your existing ~/.bash_aliases file:
echo ". /home/$USER/.tuh-alias/.main" >> ~/.bash_aliasesSince by default in Debian 12, the .bash_aliases is defined for alias library (line 100 in .bashrc). You will see something like this:
...
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
...
This command will be added to the new line of .bash_aliases instead of overwriting the content.
- refesh your .bashrc source by typing:
source ~/.bashrcClone it as your submodule inside tuh-taste repository
Custom alias for creating Python Project
Custom alias for shell
Custom alias for vim text editor