Skip to content

h0l0gram/bash-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

bash-tools

  • Nice git prompt
  • svn2git util

Screenshots

git prompt example

git prompt info

Quick Install

Linux

git clone https://github.com/h0l0gram/bash-tools ~/bash-tools
echo -e "\n\n#added by bash-tools\nsource ~/bash-tools/git-prompt.sh\nPROMPT_COMMAND=git_prompt" >> ~/.bashrc
source ~/.bashrc

OSX

git clone https://github.com/h0l0gram/bash-tools ~/bash-tools
echo -e "\n\n#added by bash-tools\nsource ~/bash-tools/git-prompt.sh\nPROMPT_COMMAND=git_prompt" >> ~/.bash_profile
source ~/.bash_profile

Update

cd ~/bash-tools 
git pull
source ~/.bashrc

Uninstall

Linux

  • remove the 3 lines added by bash-tools in ~/.bashrc
  • rm -r ~/bash-tools

OSX

  • remove the 3 lines added by bash-tools in ~/.bash_profile
  • rm -r ~/bash-tools

Requirements

  • Bash
  • Git

Comments, Improvements, Ideas

Always welcome! Just drop a comment or raise an issue on https://github.com/h0l0gram/bash-tools. Thanks

About

A tool set for bash users. Currently, it provides a clean colorful git prompt and a svn to git migration script. There is more to come...

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages