mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-14 15:05:18 +01:00
topgrade: init
This commit is contained in:
parent
3b65a61998
commit
4a804fe435
2 changed files with 13 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
~/.tmux.conf: tmux/tmux.conf
|
~/.tmux.conf: tmux/tmux.conf
|
||||||
~/.toprc: top/toprc
|
~/.toprc: top/toprc
|
||||||
~/.config/htop/htoprc: top/htoprc
|
~/.config/htop/htoprc: top/htoprc
|
||||||
|
~/.config/topgrade.toml: topgrade/topgrade.toml
|
||||||
~/.vimrc: vim/vimrc
|
~/.vimrc: vim/vimrc
|
||||||
~/.vim/pack/dotfiles/start: vim/start
|
~/.vim/pack/dotfiles/start: vim/start
|
||||||
~/.vim/colors/badwolf.vim: vim/start/badwolf/colors/badwolf.vim
|
~/.vim/colors/badwolf.vim: vim/start/badwolf/colors/badwolf.vim
|
||||||
|
|
|
||||||
12
topgrade/topgrade.toml
Normal file
12
topgrade/topgrade.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[misc]
|
||||||
|
disable = ["system", "vim"]
|
||||||
|
skip_notify = true
|
||||||
|
|
||||||
|
[linux]
|
||||||
|
nix_arguments = "--flake"
|
||||||
|
|
||||||
|
[git]
|
||||||
|
repos = [
|
||||||
|
"~/.dotfiles/",
|
||||||
|
"~/code/**/"
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue