switched to trizen and copier over configs

This commit is contained in:
2018-04-20 11:00:27 +02:00
parent 630c894290
commit 7a9aab6654
6 changed files with 321 additions and 7 deletions

View File

@@ -12,9 +12,9 @@ alias clean-dockers='docker rmi $(docker images -aq -f "dangling=true")'
#USAGE cat file.txt | sprunge
alias sprunge='curl -F "sprunge=<-" http://sprunge.us'
## pacman and yaourt
alias aur='yaourt --noconfirm'
alias update='yaourt -Syyu --noconfirm --aur'
## pacman and trizen
alias aur='trizen --noconfirm'
alias update='trizen -Syyu --noconfirm'
## systeminfo
alias meminfo='free -mth'