Tools for a better Console Life
Go to file
Cyrille L 56dfeda5e7 Initial commit - New Prompt 2022-03-14 13:49:23 +01:00
etc/profile.d Initial commit - New Prompt 2022-03-14 13:49:23 +01:00
README.md Initial commit - New Prompt 2022-03-14 13:49:23 +01:00
bash-tools_echolib_prompt.png Initial commit - New Prompt 2022-03-14 13:49:23 +01:00

README.md

Bash Tools

Some Tools and convenient scripts to make using Console Life Better. These tools in this repo are made for global use. Folders Structure is kept to know where they must be copied in your system.

How to install

You will need sudo, as scripts are intended to be global

# Get scripts
git clone https://git.a-lec.org/echolib/bash-tools.git

# Copy scripts (example) in the global profile folder
sudo cp ~/bash_tools/etc/profile.d/* /etc/profile.d/

As bash scripts, you will have to manually edit /etc/bash.bashrc and add - according to your needs - a load script line

# Change Prompt with this one
[[ -f /etc/profile.d/prompt.sh ]] && . /etc/profile.d/prompt.sh

ToDo ?

There will be a lot more to come soon. Maybe then, i will create a setup to help you install what you need.