https://github.com/fusion809/sabayon-scripts
Contains shell scripts I use on Sabayon.
https://github.com/fusion809/sabayon-scripts
bash bashrc sabayon sabayon-scripts shell-scripts zsh zshrc
Last synced: 3 months ago
JSON representation
Contains shell scripts I use on Sabayon.
- Host: GitHub
- URL: https://github.com/fusion809/sabayon-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2015-10-30T00:57:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T10:09:52.000Z (over 7 years ago)
- Last Synced: 2025-03-22T10:20:43.748Z (over 1 year ago)
- Topics: bash, bashrc, sabayon, sabayon-scripts, shell-scripts, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sabayon Scripts
===============
This repository contains several shell scripts that I have used to make
my life more convenient on my Sabayon machine. They are presented here mostly for educational purposes. They are licensed under [GNU GPLv3](https://github.com/fusion809/sabayon-scripts/blob/master/LICENSE). All the files in this repository with the file extension `.sh` are stored in my `~/Shell` directory. While `.bashrc` is stored in my user directory, `~/`.
To quickly install this repo on your PC run:
```bash
/bin/bash -c "$(wget -cqO- https://git.io/vaKCd)"
```