1
0

feat: add installer for stow

This will hopefully make managing dotfiles even easier
https://www.gnu.org/software/stow/
This commit is contained in:
2025-08-02 17:53:59 +00:00
parent 96e2857428
commit c6efbadd5c

View File

@@ -25,4 +25,4 @@ alias hs_connect='sudo tailscale up --login-server https://headscale.ryans.tools
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'