Skip to content

Bash customization and helper tools

Notifications You must be signed in to change notification settings

casperklein/bash-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-pack

Install git

apt-get update
apt-get install git

Clone repository

DESTINATION=~/bash-pack
git clone --depth 1 https://github.com/casperklein/bash-pack.git "$DESTINATION"

Install packages and setup symlinks

"$DESTINATION"/install.sh

Update

"$DESTINATION"/update.sh

Repair

"$DESTINATION"/repair.sh [--hard]

Uninstall

"$DESTINATION"/uninstall.sh # (symlinks only)
rm -rf "$DESTINATION"       # remove complete

About

Bash customization and helper tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published