Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.