Go to file
Aaron Bieber 8d189fd3a2 git-sync is in tree now \o/ 2022-02-08 17:14:17 -07:00
.config add nvim-treesitter 2021-12-16 06:41:59 -07:00
.emacs.d Merge branch 'master' of github.com:qbit/dotconf 2021-12-16 08:14:11 -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 confirm key usage, purge after 90 minutes 2021-12-20 08:22:33 -07:00
.vim/autoload add vim config 2020-08-17 14:24:53 -06:00
bin git-sync is in tree now \o/ 2022-02-08 17:14:17 -07:00
src/openbsd start hotplug 2021-12-15 07:56:13 -07:00
.Xresources acme like theme for ssh-askpass 2021-12-27 07:30:08 -07:00
.cvsrc cleanup cvsrc 2021-10-02 08:36:37 -06:00
.cwmrc new colors, whack ~/.cache on login, some new aliases 2021-04-23 12:37:17 -06:00
.fvwmrc add IDE menu, change full and cascade sizes 2021-12-18 08:48:50 -07:00
.gitconfig specify signing key 2021-12-20 08:22:57 -07:00
.gitmux.conf +gitmux stuff 2022-02-01 10:25:21 -07:00
.kshrc set PKG_PATH and use 'scp -s' 2021-10-02 08:38:31 -06:00
.mg + native editor configs 2020-08-18 07:41:46 -06:00
.neomuttrc nvim 2021-03-09 11:25:16 -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 +gitmux stuff 2022-02-01 10:25:35 -07:00
.vimrc add rust analyzer stuff, also ts and ruby 2021-02-09 07:45:39 -07:00
.xsession remove xsetroot from fvwm init 2021-12-16 09:59:07 -07:00
.zlogin fix keychain init 2021-12-29 08:40:45 -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
shell.nix test commit 2022-01-11 05:45: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.
 */