Go to file
2022-11-14 16:57:08 -07:00
.config nvim: use setup_ts_grammar 2022-07-25 06:11:18 -07:00
.emacs.d emacs/mu: use new syntax 2022-07-27 08:56:50 -06:00
.gnupg
.local/share/barrier
.ncmpc
.ssh
.vim/autoload
.xmonad xmonad: switch up the spawning of things 2022-11-14 16:42:38 -07:00
bin mkdiff: switch to rsync 2022-08-13 06:14:01 -06:00
src/openbsd
.allowed_signers add allowed_signers 2022-07-08 19:23:55 -06:00
.ansiweatherrc add ansiweatherrc 2022-06-16 12:25:36 -06:00
.cvsrc
.cwmrc cwm: yoink jrick's config 2022-08-13 06:13:33 -06:00
.fvwmrc fvwm: use full path to xterm 2022-08-13 06:13:50 -06:00
.gitconfig gitconfig: use new yk for signing 2022-07-25 06:11:56 -07:00
.gitmux.conf
.kshrc kshrc: fix PKG_PATH with multi-line installurl 2022-07-25 06:12:16 -07:00
.mg
.neomuttrc
.nexrc
.profile
.tmux.conf disable gitmux 2022-11-14 16:56:30 -07:00
.vimrc
.Xresources
.xsession Merge branch 'master' of github.com:qbit/dotconf 2022-11-14 16:57:08 -07:00
.yashrc +yashrc 2022-03-18 12:36:26 -06:00
.zlogin
license
readme.org

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=~/.dotconf git@git.sr.ht:~qbit/dotconf /tmp/dotconf
# or 
git clone --separate-git-dir=~/.dotconf https://github.com/qbit/dotconf /tmp/dotconf

rm -rf /tmp/dotconf

alias dotconf='/usr/local/bin/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.
 */