Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A series of shell scripts loaded on shell startup to help automate common tasks on Fedora.
https://github.com/fusion809/fedora-scripts

bash bashrc fedora fedora-scripts shell-scripts zsh zshrc

Last synced: about 1 month ago
JSON representation

A series of shell scripts loaded on shell startup to help automate common tasks on Fedora.

Awesome Lists containing this project

README

        

Fedora Scripts
==================

This repository contains several shell scripts that I have used to make my life more convenient on my Fedora machine. They are presented here mostly for educational purposes. They are licensed under [GNU GPLv3](https://github.com/fusion809/fedora-scripts/blob/master/LICENSE). All the files in this repository with the file extension `.sh` are stored in my `~/Shell` directory. While `.bashrc` and `.zshrc` are stored in my user directory, `~/`.

This repository should be cloned recursively, due to the [common-scripts](https://github.com/fusion809/common-scripts) submodule being in it and needing to be initialized for these scripts to work. To clone it recursively run:

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

I usually set up these scripts by symlinking the contents to the appropriate location.