ceskyDJ / bash-cfg

Powerline-style Bash prompt in pure Bash script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My BASH configuration

This is a base of my Bash configuration. Part of it is strongly inspired by https://github.com/z4ziggy/bash-powerline-ng.

Installation

Clone this repository.

git clone https://github.com/ceskyDJ/bash-cfg.git

Copy all required files to your $HOME directory. Warning: your .bashrc will be rewritten! So, don't forget to create a backup or just compare my file with yours and take things you like.

cd bash-cfg
cp .alias .bashrc .bash-powerline-ng $HOME

Load the new configuration.

source $HOME/.bashrc

Other information

This is my setup based on bash-powerline-ng (which is based on bash-powerline). For more information check these repositories, please.

About

Powerline-style Bash prompt in pure Bash script


Languages

Language:Shell 100.0%