Really making use of topgrade

main
Steffen Rademacker 2 years ago
parent a98240981a
commit 843476ed8d

@ -26,6 +26,7 @@ curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | s
ln -s ~/dotfiles/lazygit ~/.config/lazygit
ln -s ~/dotfiles/starship.toml ~/.config/starship.toml
ln -s ~/dotfiles/topgrade.toml ~/.config/topgrade.toml
ln -s ~/dotfiles/yamllint.yml ~/.config/yamllint/config
ln -s ~/dotfiles/spotifyd.toml ~/.config/spotifyd/spotifyd.conf

@ -0,0 +1,10 @@
assume_yes = true
no_retry = true
run_in_tmux = false
cleanup = true
[brew]
greedy_cask = true
[composer]
self_update = true

@ -2,7 +2,6 @@ alias -- -='$EDITOR $(fzf)'
alias ...='cd ../..'
alias ..='cd ..'
alias O="cd ~ && mbsync -a && mu index"
alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup'
alias g="git"
alias gd="git diff"
alias gf="git-flow"
@ -23,7 +22,7 @@ alias sudo='sudo '
alias t='tmux -u -2'
alias ta='tmux -u attach'
alias to='tiptop --net en0'
alias upall='topgrade && brewup && npm-check -gu && vimup'
alias upall='n lts && topgrade && npm-check -gu && vimup && brew cleanup'
alias v=$EDITOR
alias vd='$EDITOR -d'
alias vdiff='$EDITOR -d'

Loading…
Cancel
Save