Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusion809/arch-scripts
Where I keep scripts for automating some processes under Arch Linux
https://github.com/fusion809/arch-scripts
arch-linux arch-scripts bash bashrc shell-scripts zsh zshrc
Last synced: about 2 months ago
JSON representation
Where I keep scripts for automating some processes under Arch Linux
- Host: GitHub
- URL: https://github.com/fusion809/arch-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2015-11-27T22:39:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T08:09:32.000Z (over 1 year ago)
- Last Synced: 2023-10-15T19:13:23.764Z (over 1 year ago)
- Topics: arch-linux, arch-scripts, bash, bashrc, shell-scripts, zsh, zshrc
- Language: Shell
- Size: 597 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arch-scripts
Where I keep scripts for automating some processes under Arch Linux.This repository contains a [common-scripts](https://github.com/fusion809/common-scripts) submodule that is required in order for these scripts to work properly. In order to clone this repository and the common-scripts submodule run:
```bash
git clone --recursive https://github.com/fusion809/arch-scripts
```