https://github.com/sixarm/sixarm_bash_config
SixArm.com → Bash shell → Bash configuration files
https://github.com/sixarm/sixarm_bash_config
bash dotfiles etc iac shell
Last synced: about 1 year ago
JSON representation
SixArm.com → Bash shell → Bash configuration files
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_bash_config
- Owner: SixArm
- Created: 2011-01-29T16:39:44.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T08:48:57.000Z (about 1 year ago)
- Last Synced: 2025-04-14T09:46:16.798Z (about 1 year ago)
- Topics: bash, dotfiles, etc, iac, shell
- Language: Shell
- Homepage: http://sixarm.com
- Size: 295 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Bash shell configuration
This repo has bash shell files, aliases, completions, functions, scripts, etc.
## Install
To install, clone this repo:
```shell
git clone https://github.com/SixArm/sixarm_bash_etc_files.git
```
Then edit your own existing bash file, such as:
```shell
edit ~/.bashrc
```
Add this line:
```shell
. sixarm_bash_etc_files/bashrc
```
## Customization
You can freely look through the files, and copy anything you like
to your own bash files, and customize as you like.