https://github.com/inightjar/bashfile
bash file settings and configurations for my daily use with linux 🐧
https://github.com/inightjar/bashfile
bash bashrc
Last synced: about 2 months ago
JSON representation
bash file settings and configurations for my daily use with linux 🐧
- Host: GitHub
- URL: https://github.com/inightjar/bashfile
- Owner: iNightjar
- Created: 2022-12-28T03:26:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T08:33:28.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:08:17.334Z (over 1 year ago)
- Topics: bash, bashrc
- Language: Shell
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bash File Settings And Configurations I Use With Linux 🐧👾
## ScreenShots of Bash Terminal




## Getting started
### Setting the enviroment
you can clone the reposatory using below in your terminal
```bash
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
```bash
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
```bash
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.

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