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, ...
- Host: GitHub
- URL: https://github.com/itsfelixh/bash-files
- Owner: itsFelixH
- Created: 2023-11-07T08:23:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T21:42:43.000Z (about 1 year ago)
- Last Synced: 2025-01-24T05:41:44.704Z (4 months ago)
- Topics: bash, bash-aliases, bash-functions, bash-profile, bashrc, bashrc-configs, bashrc-files, linux, shell
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`).