My shell configuration and scripts

Alex Kost 7dd4c4f510 scripts/shutdown: Use "systemctl poweroff" on Arch пре 5 година
bash b9bd3bbee4 bashrc: Add "my" alias for "mpv --quiet --ytdl" пре 5 година
scripts 7dd4c4f510 scripts/shutdown: Use "systemctl poweroff" on Arch пре 5 година
.gitignore 9690848700 Initial commit пре 8 година
COPYING 9690848700 Initial commit пре 8 година
README.org 9690848700 Initial commit пре 8 година

README.org

This repository contains my bash configuration and some shell scripts I use. Most of the scripts I wrote myself and some were inspired and derived from other scripts out there (there are links to the original sources).

Although all scripts have a #!/bin/sh shebang, actually some of them are bash scripts, but since we don't have /bin/bash in a Guix System Distribution, I just use /bin/sh everywhere.