1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-22 09:46:59 +00:00

Update install method to use stow

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

@ -7,7 +7,7 @@ A collection of config files and scripts for Fedora GNU/Linux.
Run the following command to install
```sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/setup.sh
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
```
Install the needed Python packages

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