Update install method to use stow

This commit is contained in:
2023-11-24 15:40:58 -05:00
parent 07a406ec79
commit 2fdf3fab10
2 changed files with 6 additions and 1 deletions

View File

@ -118,8 +118,13 @@ function systemd {
systemctl --user enable i3wm-close-window
}
function stow_dotfiles {
stow wireplumber
}
setup
systemd
update
dotfiles
stow_dotfiles
emacs