An open API service indexing awesome lists of open source software.

https://github.com/itsfelixh/bash-files

Bash shell configuration files .bashrc, bash aliases, bash functions, ...
https://github.com/itsfelixh/bash-files

bash bash-aliases bash-functions bash-profile bashrc bashrc-configs bashrc-files linux shell

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`:

```bash
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:

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

Run in bash shell:

``` bash
./bash-files/configure-bash.sh
```

## Thanks

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