Skip to content

LarryMarzanJr/tuh-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuh-alias

These are bash aliases and customization. Each file explained below.

How To Install

Method 1

  1. Clone this repository at your home directory
git clone https://github.com/LarryMarzanJr/tuh-alias.git ~/.tuh-alias
  1. Add the file path inside your existing ~/.bash_aliases file:
echo ". /home/$USER/.tuh-alias/.main" >> ~/.bash_aliases

Since 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.

  1. refesh your .bashrc source by typing:
source ~/.bashrc

Method 2

Clone it as your submodule inside tuh-taste repository

.python_alias

Custom alias for creating Python Project

.shell_alias

Custom alias for shell

.vim_alias

Custom alias for vim text editor

About

Custom .profile shell aliases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published