Caution
Always put the .bashrc file first before installing any other dependencies.
Tip
I use Debian 12 Linux for this. Not all programs are available for other Linux distros.
- Install Homebrew using the installation website and the .bashrc file.
- Install snap using
sudo apt install snapd
and then update it usingsudo snap install snapd
- Install Bash-Preexec using the installation website and the .bashrc file.
- Install atuin using the documentation guide and make sure to use the bash-preexec version.
- Install Neofetch using
sudo apt-get install neofetch
- Install btop using
brew install btop
- Install Oh-My-Posh using
brew install jandedobbeleer/oh-my-posh/oh-my-posh
- Install python3 using
sudo apt install python3
- Install fzf using
sudo apt install fzf
- Install mapscii using
sudo snap install mapscii
- Install cava using
sudo apt install cava
- Install Spotify using
sudo snap install spotify
- Install nsnake using
sudo apt-get install nsnake
- Install cmatrix using
sudo apt -y install cmatrix
- Install figlet using
sudo apt -y install figlet
- .bashrc to find your terminal settings file, go to
~
and open the.bashrc
file using a text editor likenano
. Sonano ~/.bashrc
to open it.