https://github.com/casperklein/bash-pack
Bash customization and helper tools
https://github.com/casperklein/bash-pack
Last synced: 3 months ago
JSON representation
Bash customization and helper tools
- Host: GitHub
- URL: https://github.com/casperklein/bash-pack
- Owner: casperklein
- Created: 2017-09-02T22:25:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T23:57:32.000Z (6 months ago)
- Last Synced: 2025-04-14T22:48:24.601Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 139 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.sh
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