avoid syncing .gitignore from dotfiles repo

This commit is contained in:
Spirit 👾 2024-08-09 02:17:07 +03:00 committed by GitHub
parent ae5f94d27d
commit 4c9f8d6c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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