# scriptfordummies Small linux scripts for beginners who do not know the terminal well. ## Alias add script Get the script ```bash wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh ``` Run the script ```bash sh addalias.sh ```