Go to file
2020-08-19 07:53:14 -06:00
.emacs.d full path to fortune 2020-08-18 17:32:36 -06:00
.ssh +ssh config 2020-08-17 17:11:45 -06:00
.vim/autoload add vim config 2020-08-17 14:24:53 -06:00
bin remove mail count, add ip address alongside wireless 2020-08-19 07:53:14 -06:00
src/openbsd Add framework for installing system wide things 2020-08-19 07:40:37 -06:00
.cvsrc + cvsrc 2020-08-18 17:32:19 -06:00
.gitconfig rebase = false 2020-08-19 07:52:47 -06:00
.kshrc add missing aliases 2020-08-17 14:49:13 -06:00
.mg + native editor configs 2020-08-18 07:41:46 -06: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 remove swap skip stuff 2020-08-17 16:55:18 -06:00
.xsession + xsession 2020-08-17 17:09:18 -06:00
readme.org update install commands to be functional 2020-08-19 07:52:27 -06:00

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