!!!WARNING!!! You are about to download a file off the internet, thank you for just assuming I'm a super awesome person, your not wrong. But you should always ensure you read and have a basic understanding of what the script you have downloaded will do before you run it. We will be running this as part of the .bashrc so we will be running this every time we log into our system
From your home directory cd ~ run the following to download the prompts
curl -L -o .bash_ps1 https://raw.githubusercontent.com/ryanwhowe/bash_color_ps1/main/bash_ps1Still from your home directory download the prompt activation. This is appended to your .bash_aliases file, which should be loaded by default in an debain based system.
curl https://raw.githubusercontent.com/ryanwhowe/bash_color_ps1/main/bash_aliases >> .bash_aliasesUpdate the C_ENV="EXP" with your environment from the end of your newly updated .bash_aliases file, assuming you want a different prompt than the experimental environment prompt.
vim .bash_aliasesalias eza="eza --icons --group-directories-first"
alias ls="eza"
alias ll="eza -l -g -h"
alias lla="eza -l -a -g -h"
alias la="eza -a"alias bat="batcat"
alias cat="batcat"




