/BashFile

bash file settings and configurations for my daily use with linux 🐧

Primary LanguageShell

Bash File Settings And Configurations I Use With Linux 🐧👾

ScreenShots of Bash Terminal

screenshot screenshot screenshot screenshot

Getting started

Setting the enviroment

you can clone the reposatory using below in your terminal

cd ~
git clone https://github.com/iNightjar/BashFile.git

Backup your default bash configurations

let's make a backup from the default files in case something goes wrong

cd ~
mkdir bashFilesBackup
echo ~/bashFilesBackup/ | xargs -n 1 cp -v ~/.bash*

Replace default .bash files

you can replace your default linux .bash files with mine

cd ~/BashFile/
echo ~/ | xargs -n 1 cp -v /.bash*

Modify absolute inside .bashrc file

modify the absolute pathes used inside the .bashrc file according to your preffered settings

Bash Theme I Used

Check this repo, I used their themes in my terminal. Bash It

You can find all installation and configuration steps in there documentation too.