Go to file
2021-12-16 06:43:37 -07:00
.config add nvim-treesitter 2021-12-16 06:41:59 -07:00
.emacs.d append path vs clobbering 2021-12-15 08:56:36 -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 include macos config later in config 2021-12-02 09:09:39 -07:00
.vim/autoload add vim config 2020-08-17 14:24:53 -06:00
bin expand file names by .ing the conf file 2021-11-09 14:08:42 -07:00
src/openbsd start hotplug 2021-12-15 07:56:13 -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 remove some unused stuff 2021-12-16 06:43:37 -07:00
.gitconfig trying out ediff for mergeing 2021-11-14 06:46:57 -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 switch extra C-b stuff to C-o 2021-03-11 07:08:21 -07:00
.vimrc add rust analyzer stuff, also ts and ruby 2021-02-09 07:45:39 -07:00
.Xresources Set emacs font - not sure why this didn't work before but it does now \o/ 2021-08-30 10:39:08 -06:00
.xsession add some fixes to xsession 2021-12-02 09:07:42 -07:00
.zlogin vi=nvim 2021-11-17 07:18:38 -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

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