diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,10 +4,30 @@ `./install.sh` For the basics. +Environment variables to change how `./install.sh` works: + + * `CODEDIR` defaults to `$HOME/scm` + * `BINDIR` defaults to `$HOME/bin` + +I may change them to match the XDG specs in the future. Annoyingly +there appears to be no official `XDG_BIN_DIR` or similar. + +### Compile scripts + +Inside of `./compile`, mostly for nvim and my shell (oksh, of which kshrc is +meant for, but it works fine on bash too). + ### Key remappings ( Linux specific ) `./remap/at-kbd.sh` +### Linux specific bin + +Some need to be compiled, do this by hand with the included `Makefile` if you'd +like. Useful utilities include `zzz`, `backlight`, and `blu` On Ubuntu and +Debian variants you may need to specify `WHEEL=root`. They're setuid, so they go +into `/sbin` without much option for you to change it. + ### Distro specific `sudo sh ./distro/<distro>.sh` |
