Compare commits

...

2 commits

Author SHA1 Message Date
Felix Buehler
cedda07b7b git: disable fetch.all
Some checks failed
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-11-22 19:37:31 +01:00
Felix Buehler
4a804fe435 topgrade: init 2025-11-22 19:37:14 +01:00
3 changed files with 13 additions and 1 deletions

View file

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

View file

@ -49,6 +49,7 @@
~/.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

12
topgrade/topgrade.toml Normal file
View file

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