did an inefficient command for stow. FIX
This commit is contained in:
parent
b9951a18ac
commit
7f98d69a12
@ -1,6 +1,6 @@
|
|||||||
README.md
|
README.md
|
||||||
.git
|
.git
|
||||||
scripts
|
setup.sh
|
||||||
Makefile
|
Makefile
|
||||||
.config/pulse
|
.config/pulse
|
||||||
|
|
||||||
|
|||||||
3
setup.sh
3
setup.sh
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user