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

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.

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)"
```