diff --git a/git/gitconfig b/git/gitconfig index e3915ed..642f577 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -92,5 +92,6 @@ [fetch] prune = true pruneTags = true + all = true [help] autocorrect = prompt diff --git a/install.conf.yaml b/install.conf.yaml index d785790..381ab00 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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 diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml deleted file mode 100644 index b2319a6..0000000 --- a/topgrade/topgrade.toml +++ /dev/null @@ -1,12 +0,0 @@ -[misc] -disable = ["system", "vim"] -skip_notify = true - -[linux] -nix_arguments = "--flake" - -[git] -repos = [ - "~/.dotfiles/", - "~/code/**/" -]