Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
|
|
@ -1,19 +0,0 @@
|
|||
alias \
|
||||
glf='git log -p --' \
|
||||
gs='git status' \
|
||||
ga='git add' \
|
||||
gp='git push' \
|
||||
gpo='git push origin' \
|
||||
gtd='git tag --delete' \
|
||||
gtdr='git tag --delete origin' \
|
||||
gr='git branch -r' \
|
||||
gplo='git pull origin' \
|
||||
gb='git branch ' \
|
||||
gc='git commit' \
|
||||
gd='git diff' \
|
||||
gco='git checkout ' \
|
||||
gl='git log' \
|
||||
gr='git remote' \
|
||||
grs='git remote show' \
|
||||
glo='git log --pretty="oneline"' \
|
||||
glol='git log --graph --oneline --decorate'
|
||||
Loading…
Add table
Add a link
Reference in a new issue