/bash-files

Bash shell configuration files .bashrc, bash aliases, bash functions, ...

Primary LanguageShell

Bash Files

.bashrc, bash aliases, bash functions, ...

Basics

The script configure-bash.sh creates some bash aliases and functions that might be helpful. The various files are sourced into your ~/.bashrc:

source ~/bash-files/.bash_aliases
source ~/bash-files/.bah_functions
source ~/bash-files/.bash_config

Additional aliases or functions can be added to these files. Feel free to ask me questions via Discord or make suggestions on what I need to add here.

Usage

Clone repo:

git clone https://github.com/itsFelixH/bash-files

Run in bash shell:

./bash-files/configure-bash.sh

Thanks

If you wish to say thanks, you can text me on Discord (CptNeptun#9041).