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

https://github.com/fusion809/opensuse-scripts

Shell scripts for automating openSUSE tasks
https://github.com/fusion809/opensuse-scripts

bash bashrc opensuse shell-scripts zsh zshrc

Last synced: 7 months ago
JSON representation

Shell scripts for automating openSUSE tasks

Awesome Lists containing this project

README

          

openSUSE Scripts
==================

This repository contains several shell scripts that I have used to make
my life more convenient on my openSUSE machine. They are presented here mostly for educational purposes. They are licensed under [GNU GPLv3](https://github.com/fusion809/opensuse-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, `~/`.

This repository contains a [common-scripts](https://github.com/fusion809/common-scripts) submodule which is essential to its proper functioning, so to clone this repo properly run:

```bash
git clone --recursive https://github.com/fusion809/opensuse-scripts
```