mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-25 08:13:34 +01:00
downgrade/dive + aliases
This commit is contained in:
parent
e716794101
commit
e3b9f1d621
@ -15,6 +15,7 @@ alias sprunge='curl -F "sprunge=<-" http://sprunge.us'
|
||||
## pacman and trizen
|
||||
alias aur='trizen --noconfirm'
|
||||
alias update='trizen -Syyu --noconfirm'
|
||||
alias updatekeys='sudo pacman-key --refresh-key'
|
||||
|
||||
## systeminfo
|
||||
alias meminfo='free -mth'
|
||||
@ -22,6 +23,7 @@ alias cpuinfo='lscpu'
|
||||
alias hddinfo='df -h'
|
||||
alias temp='watch "sensors | grep Core"'
|
||||
alias internalip=$'ip route get 8.8.8.8 | awk \'NR==1 {print $NF}\''
|
||||
alias preferredapps='exo-preferred-applications'
|
||||
|
||||
#show 5 most memory consuming apps
|
||||
alias psmem='ps auxf | sort -nr -k 5 | head -n 5'
|
||||
@ -62,6 +64,7 @@ alias ls='ls --color=auto'
|
||||
alias installed='sudo pacman -Qetq'
|
||||
alias aurinstalled='sudo pacman -Qmq'
|
||||
alias sudo='sudo '
|
||||
alias markdown-toc='markdown-toc --bullets="-" -i'
|
||||
|
||||
# grub
|
||||
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
||||
|
3
dependencies/aur.txt
vendored
3
dependencies/aur.txt
vendored
@ -7,3 +7,6 @@ gpmdp
|
||||
ttf-font-awesome-4
|
||||
awesome-terminal-fonts-git
|
||||
otf-droid-sans-mono-powerline-git
|
||||
downgrade
|
||||
dive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user