No description
- Emacs Lisp 91.6%
- TeX 3.9%
- Makefile 1%
- Vim script 0.9%
- JavaScript 0.7%
- Other 1.3%
|
|
||
|---|---|---|
| .config | +ghostty | |
| .emacs.d | emacs: + org-transclusion | |
| .gnupg | gpg: sync | |
| .local/share/barrier | + barrier config | |
| .ncmpc | + ncmpc config | |
| .ssh | confirm key usage, purge after 90 minutes | |
| .vim/autoload | add vim config | |
| .xmonad | xmonad: switch to xterm and remove pledge/unveil stuff | |
| bin | +bin/rnns | |
| src/openbsd | +sway config | |
| .allowed_signers | add allowed_signers | |
| .ansiweatherrc | ansiweatherrc: shorten output a bit | |
| .cvsrc | switch .cvsrc to anoncvs.openbsd.org | |
| .cwmrc | cwm: use polybar | |
| .fvwmrc | fvwm: use full path to xterm | |
| .gitconfig | gitconfig: rm github stuff | |
| .gitmux.conf | +gitmux stuff | |
| .kshrc | fix which ouptut to null | |
| .mg | + native editor configs | |
| .neomuttrc | nvim | |
| .nexrc | + native editor configs | |
| .profile | profile: do not blow away PATH | |
| .tmux.conf | disable gitmux | |
| .vimrc | add rust analyzer stuff, also ts and ruby | |
| .Xresources | remove colors for now | |
| .xsession | add xsession stuff for kde | |
| .yashrc | yash: add direnv stuff | |
| .zlogin | zlogin: set SSH_AUTH_SOCK | |
| license | add license | |
| readme.org | readme: fix shell bits | |
dotconf
There's no place like ::1!
The idea for managing dot files in this way came from here.
Install
git clone --separate-git-dir=$HOME/.dotconf git@codeberg.org:qbit/dotconf.git /tmp/dotconf
# or
git clone --separate-git-dir=$HOME/.dotconf https://codeberg.org/qbit/dotconf /tmp/dotconf
rm -rf /tmp/dotconf
alias dotconf="$(which git) --git-dir=\$HOME/.dotconf --work-tree=\$HOME"
dotconf config status.showUntrackedFiles no
dotconf checkout .
LICENSE
*
* Copyright (c) 2020 Aaron Bieber <aaron@bolddaemon.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/