Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.12 KB

Linux-config.md

File metadata and controls

42 lines (33 loc) · 2.12 KB

Linux Config


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.

- Dependencies:

  • Install Homebrew using the installation website and the .bashrc file.
  • Install snap using sudo apt install snapd and then update it using sudo 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

- List of Files:

  • .bashrc to find your terminal settings file, go to ~ and open the .bashrc file using a text editor like nano. So nano ~/.bashrc to open it.