My shell configuration and scripts
|
%!s(int64=6) %!d(string=hai) anos | |
---|---|---|
bash | %!s(int64=6) %!d(string=hai) anos | |
scripts | %!s(int64=6) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
COPYING | %!s(int64=9) %!d(string=hai) anos | |
README.org | %!s(int64=9) %!d(string=hai) anos |
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.