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:
parent
07a406ec79
commit
2fdf3fab10
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user