Skip to content

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

Notifications You must be signed in to change notification settings

itsFelixH/bash-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages