Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alwatr/1bash
Linux bash customize
https://github.com/alwatr/1bash
Last synced: about 1 month ago
JSON representation
Linux bash customize
- Host: GitHub
- URL: https://github.com/alwatr/1bash
- Owner: Alwatr
- Created: 2016-07-27T11:00:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:43:38.000Z (5 months ago)
- Last Synced: 2024-08-12T10:28:18.740Z (5 months ago)
- Language: Shell
- Size: 116 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```