Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.19 KB

File metadata and controls

85 lines (54 loc) · 1.19 KB

If you want to implement mydir

mydir is used to generate a folder (like mkdir) with the addition of including a generic Readme file to start your projects.

It enables you to type mydir instead of mkdir:

mydir_demo

How to install

  • Copy the mydir folder into your workspace.

  • Modify the mydir.sh and the template.md as you like

  • Change the path to template.md inside the mydir.sh

  • Than make the .sh script executable.

chmod +x mydir.sh

run to insert alias (modify path)

echo "alias mydir='~/./your/path/to/mydir.sh'" >> ~/.bash_aliases

Done.




If you want to install aliases into ~/.bash_aliases

Command:

./install_bash_aliases.sh

Notes:

NONE



If you want to install ROS Noetic (for Ubuntu 20.04)

Command:

./install_ROS_noetic.sh

Notes:

NONE



If you want to install OpenCv 3.4.13

Command:

./install_openCv.sh

Notes:

do the following before starting the script:

sudo -s

If needed, mod the CMake build arguments before running the script.


before running the scripts you need to make it executable.

chmod +x xxx.sh