https://github.com/ek9/shell-scripts
various shell (mostly bash) scripts
https://github.com/ek9/shell-scripts
bash bash-script dotfiles python-script shell-scripts
Last synced: 2 months ago
JSON representation
various shell (mostly bash) scripts
- Host: GitHub
- URL: https://github.com/ek9/shell-scripts
- Owner: ek9
- Created: 2017-06-12T16:38:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T16:43:32.000Z (about 9 years ago)
- Last Synced: 2025-03-12T07:53:31.476Z (over 1 year ago)
- Topics: bash, bash-script, dotfiles, python-script, shell-scripts
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shell-scripts
=============
[shell-scripts][0] is a repository containing various shell (mostly bash)
scripts.
Part of [ek9/dotfiles][10] collection.
## Install
Clone to `~/.local/share/shell-scripts` via `git`:
$ git clone https://github.com/ek9/shell-scripts ~/.local/share/shell-scripts
Add directory to path (`~/.profile`, `.bash_profile` or `.zprofile`):
$ export PATH=$PATH:~/.local/share/shell-scripts
You will be able to execute the scripts.
## Scripts
- `backup-system.sh` - make a backup of your system (`/`) via rsync
- `borg.sh` - wrapper script for borg backup.
- `chmod-dirs.sh` - chmod directories only recursively
- `chmod-files.sh` - chmod files only recursively
- `clamav-scansystem.sh` - scans system via clamav
- [imguralbum.py][20] - download imgur albums (by Alex Gisby)
- `random-pass.sh` - random password generator
- `reflector-fetch.sh` - fetch new pacman mirrorlist via reflector
- `slowrate.sh` - slowrate specific programs
- `sync.sh` - sync two directories via rsync
- `sysinfo.sh` - archlinux system information (by bohoomil)
[0]: https://github.com/ek9/shell-scripts
[10]: https://github.com/ek9/dotfiles
[20]: https://github.com/alexgisby/imgur-album-downloader/blob/master/imguralbum.py