Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 625 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 625 Bytes

1Bash v2.0

Linux Bash Customization, AliMD Edition ;)

Install

# 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.

nano ~/.1bash_logo

Generate your own logo

Upgrade

Just pull the 1bash git repository.

cd $ONE_BASH
g pl