Compare commits

..

No commits in common. "cedda07b7bed340d488d36e8fd3df23012128af5" and "3b65a61998d38886ccc7d9a7ce96b3f26ecf185d" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View file

@ -92,5 +92,6 @@
[fetch]
prune = true
pruneTags = true
all = true
[help]
autocorrect = prompt

View file

@ -49,7 +49,6 @@
~/.tmux.conf: tmux/tmux.conf
~/.toprc: top/toprc
~/.config/htop/htoprc: top/htoprc
~/.config/topgrade.toml: topgrade/topgrade.toml
~/.vimrc: vim/vimrc
~/.vim/pack/dotfiles/start: vim/start
~/.vim/colors/badwolf.vim: vim/start/badwolf/colors/badwolf.vim

View file

@ -1,12 +0,0 @@
[misc]
disable = ["system", "vim"]
skip_notify = true
[linux]
nix_arguments = "--flake"
[git]
repos = [
"~/.dotfiles/",
"~/code/**/"
]