This is the Latex Template I write most of my Seminar Assignments with.
- make script executable
chmod +x ~/PATH/copy_latex_templates.sh
- open bashrc
nano ~/.bashrc
- add the alias to the .bashrc
alias create_latex='~/PATH/copy_latex_templates.sh'
- reload .bashrc to apply changes
source ~/.bashrc
✨ now create latex template folders easily ✨