Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casperklein/bash-pack

Bash customization and helper tools
https://github.com/casperklein/bash-pack

Last synced: 1 day ago
JSON representation

Bash customization and helper tools

Awesome Lists containing this project

README

        

# 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