Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fusion809/fedora-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2016-12-12T14:51:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T08:12:37.000Z (about 2 years ago)
- Last Synced: 2024-11-25T13:38:27.739Z (about 2 months ago)
- Topics: bash, bashrc, fedora, fedora-scripts, shell-scripts, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.