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
- Host: GitHub
- URL: https://github.com/fusion809/opensuse-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2015-12-01T14:02:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T00:41:02.000Z (over 5 years ago)
- Last Synced: 2025-01-27T10:11:29.391Z (8 months ago)
- Topics: bash, bashrc, opensuse, shell-scripts, zsh, zshrc
- Language: Shell
- Size: 4.73 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```