did an inefficient command for stow. FIX

This commit is contained in:
Jellyfish 2025-01-19 00:21:54 -08:00
parent b9951a18ac
commit 7f98d69a12
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
README.md README.md
.git .git
scripts setup.sh
Makefile Makefile
.config/pulse .config/pulse

View File

@ -3,8 +3,7 @@ mkdir $HOME/.dotfiles
cp ./.stow-local-ignore $HOME/.dotfiles/ cp ./.stow-local-ignore $HOME/.dotfiles/
cp -r ./.* $HOME/.dotfiles/ cp -r ./.* $HOME/.dotfiles/
cp -r ./* $HOME/.dotfiles/ cp -r ./* $HOME/.dotfiles/
stow $HOME/.dotfiles/.config cd $HOME/.dotfiles && stow . && cd -
stow $HOME/.dotfiles/scripts
sudo xbps-install -y xorg picom feh bspwm sxhkd wezterm firefox autorandr sudo xbps-install -y xorg picom feh bspwm sxhkd wezterm firefox autorandr
sudo xbps-install -y river wezterm firefox sudo xbps-install -y river wezterm firefox