Skip to content

Crater44/cougar_pde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my customized bash look

If you like this bash features and how it looks you can download it and install them easily just executing the install.sh file.
Be careful to clone the right branch.

Bash ls look

Bash prompt explanation

┌─[d/m/y h:i (time since bash loggin)]──[user@system_name]──[~/path/to/your/folder] (branch (git status))
└─▶ command

Git status explanation:

'<' means behind '>' means ahead, '<>' means diverged, '=' means no difference (comparing local branch)

'+' means staged

'*' means unstaged

'$' means something is stashed

'%' means untracked files

Install

Step-by-step guide to install in a system like ubuntu (maybe other distros you'll have to tinker it a bit)

  1. Clone the branch only_bash
git clone -b only_bash https://github.com/Crater44/cougar_pde.git
  1. Move into folder
cd cougar_pde
  1. Run the installation file
bash install.sh
  1. Refresh bash
source $HOME/.bashrc
  1. Clean up (optional)
cd ../ ; rm -rf cougar_pde

Gimme a start if you think that was easy to install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages