Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T19:25:16.000Z (over 1 year ago)
- Last Synced: 2024-11-04T22:37:19.807Z (2 months ago)
- Topics: bash, dotfiles, etc, iac, shell
- Language: Shell
- Homepage: http://sixarm.com
- Size: 295 KB
- Stars: 4
- Watchers: 3
- 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.