Merge branch 'main' of ssh://gitea.purpleraft.com:2001/ryan/dotfiles
This commit is contained in:
@@ -26,3 +26,6 @@ alias profile='bash <(curl -sL https://ryans.tools/host_profile)'
|
|||||||
|
|
||||||
alias install_qemuagent='sudo apt update && sudo apt install -y qemu-guest-agent && sudo systemctl enable --now qemu-guest-agent'
|
alias install_qemuagent='sudo apt update && sudo apt install -y qemu-guest-agent && sudo systemctl enable --now qemu-guest-agent'
|
||||||
alias install_stow='sudo apt install -y stow'
|
alias install_stow='sudo apt install -y stow'
|
||||||
|
alias install_neofetch='sudo apt install -y neofetch'
|
||||||
|
alias memoryinfo='sudo dmidecode -t memory | grep -i "Type:\|Speed:\|Size:"'
|
||||||
|
alias raminfo="sudo dmidecode -t memory | awk '/Memory Device/,/^$/' | grep -E 'Size:|Type:|Speed:'"
|
||||||
|
|||||||
Reference in New Issue
Block a user