Go to file
Aaron Bieber 12d213f99b + barrier config 2021-03-09 11:24:38 -07:00
.config/nvim add neovim conf 2021-02-15 09:39:38 -07:00
.emacs.d emacs: show author info 2021-02-11 06:07:12 -07:00
.gnupg gpg.conf: use long key and no-auto-key-retrieve 2021-02-11 06:09:02 -07:00
.local/share/barrier + barrier config 2021-03-09 11:24:38 -07:00
.ncmpc + ncmpc config 2020-08-19 09:13:20 -06:00
.ssh remove Cannonicalize hostname 2021-01-11 10:15:10 -07:00
.vim/autoload add vim config 2020-08-17 14:24:53 -06:00
bin show artist 2021-02-10 17:00:18 -07:00
src/openbsd add all the usr/local/bin stuff 2021-01-11 10:27:50 -07:00
.Xresources clear sudo when we lock 2021-02-09 07:44:58 -07:00
.cvsrc + cvsrc 2020-08-18 17:32:19 -06:00
.cwmrc switch to xterm 2021-01-11 10:25:58 -07:00
.gitconfig use main as defaultbranch 2021-02-25 06:09:30 -07:00
.kshrc kshrc: run .ksh_local if we have it 2021-02-11 06:07:59 -07:00
.mg + native editor configs 2020-08-18 07:41:46 -06:00
.neomuttrc +neomuttrc 2020-12-11 08:37:04 -07:00
.nexrc + native editor configs 2020-08-18 07:41:46 -06:00
.profile + profile 2020-08-17 17:05:52 -06:00
.tmux.conf + tmux.conf 2020-08-17 17:07:23 -06:00
.vimrc add rust analyzer stuff, also ts and ruby 2021-02-09 07:45:39 -07:00
.xsession remove downloads on start 2021-02-09 07:46:55 -07:00
.zlogin rlwrap for yaegi 2021-02-09 07:41:52 -07:00
license add license 2021-02-11 05:45:46 -07:00
readme.org update readme a bit 2021-02-11 05:47:00 -07:00

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.
 */