Personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add topgrade

+10 -1
+2 -1
setup
··· 24 24 check tig && dot_config tig 25 25 check waybar && dot_config waybar 26 26 check syncat && dot_config syncat 27 + check topgrade && dot_config topgrade 27 28 ln -sf "$(pwd)/git/.gitconfig.current" "$HOME/.gitconfig" 28 - ln -sf "$(pwd)/git/.bashrc" "$HOME/.bashrc" 29 + ln -sf "$(pwd)/bash/.bashrc" "$HOME/.bashrc" 29 30 ln -sf "$(pwd)/tmux/tmux.conf" "$HOME/.tmux.conf"
+8
topgrade/config.toml
··· 1 + assume_yes = true 2 + no_retry = true 3 + cleanup = true 4 + 5 + [git] 6 + repos = ["~/.dotfiles"] 7 + predefined_repos = false 8 + arguments = "--rebase --autostash"