diff --git a/README.md b/README.md index 9a04c98..49379e2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install.sh b/install.sh index e1b5e32..9abb8f7 100755 --- a/install.sh +++ b/install.sh @@ -118,8 +118,13 @@ function systemd { systemctl --user enable i3wm-close-window } +function stow_dotfiles { + stow wireplumber +} + setup systemd update dotfiles +stow_dotfiles emacs