Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alwatr/1bash

Linux bash customize
https://github.com/alwatr/1bash

Last synced: about 1 month ago
JSON representation

Linux bash customize

Awesome Lists containing this project

README

        

# 1Bash v2.0

Linux Bash Customization, AliMD Edition ;)

## Install

```bash
# clone project
export ONE_BASH=~/1bash
git clone https://github.com/AliMD/1bash.git $ONE_BASH

# copy user config
cp -av $ONE_BASH/inputrc ~/.inputrc
cp -av $ONE_BASH/bash_profile ~/.bash_profile
cp -aiv $ONE_BASH/gitconfig ~/.gitconfig

# Edit yout name/email in git config
nano ~/.gitconfig
```

## Customize Logo

Put your logo or any welcome message in `~/.1bash_logo`.

```bash
nano ~/.1bash_logo
```

[Generate your own logo](http://patorjk.com/software/taag)

## Upgrade

Just pull the 1bash git repository.

```bash
cd $ONE_BASH
g pl
```