fusion809 / nixos-scripts

Assorted NixOS scripts, mostly used by zshrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nixos-scripts

Where I keep scripts for automating some processes under NixOS. Run the cpsh function in the Shell/shell.sh script, to copy these scripts to the appropriate locations on your system so that they are automatically loaded for both standard and root users.

Run the following to install this repo on your NixOS machine:

/bin/bash -c "$(wget -cqO- https://git.io/vHgyP)"

Note to self

When a new OpenRA mod checker script is added to .local/bin, a new symlink is necessary between /arch/home/username/.local/share/openra* and ~/.local/share/, as otherwise the script will not know when the package is up to date and will constantly complain that it isn't.

About

Assorted NixOS scripts, mostly used by zshrc

License:GNU General Public License v3.0


Languages

Language:Shell 97.6%Language:Python 2.4%