Currently, I have a script that adds lines into .bashrc
. Here are a few of the lines. I feel this is not the most elegant way to do this. Is there a better way?
echo 'echo -e "\033[1mhtop\033[0m \033[3m(Display dynamic real-time information about running processes)\033[0m"' >> ~/.bashrc && \
echo 'echo -e "\033[1mneofetch\033[0m \033[3m(CLI tool to display information about your operating system, software and hardware)\033[0m"' >> ~/.bashrc && \
echo 'echo -e "\033[1mnethogs =\033[0m eg; sudo nethogs \033[4meno1\033[0m \033[3m(Monitor bandwidth usage per process)\033[0m"' >> ~/.bashrc