diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 11:55:21 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-26 11:55:21 -0500 |
| commit | e223ea0a045f1e086e0780f7c1778a94bce92ad6 (patch) | |
| tree | 39983b748e0c98e7a4c137ffffedea9c5df779d7 /readme.md | |
| parent | 9cd1e4f16131c41f2b16637ced9fd184573a7102 (diff) | |
| download | dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.gz dotfiles-e223ea0a045f1e086e0780f7c1778a94bce92ad6.tar.xz | |
Some tweaks and updates to dotfiles
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` |
