1
0

Merge branch 'main' of ssh://gitea.purpleraft.com:2001/ryan/dotfiles

This commit is contained in:
2025-08-03 17:04:41 -05:00

View File

@@ -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_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:'"