diff --git a/setup-void.sh b/setup-void.sh index b0141c9..6f854e2 100644 --- a/setup-void.sh +++ b/setup-void.sh @@ -20,7 +20,7 @@ git clone https://github.com/spirit-x64/dwm.git git clone https://github.com/spirit-x64/dmenu.git git clone https://github.com/spirit-x64/st.git -rsync -a --exclude='.git/' --exclude='LICENSE' dotfiles/ $HOME +rsync -a --exclude='.git/' --exclude='LICENSE' --exclude='.gitignore' dotfiles/ $HOME cd dwm doas make clean install