mirror of
https://github.com/spirit-x64/scripts.git
synced 2024-11-23 20:33:11 +03:00
avoid syncing .gitignore from dotfiles repo
This commit is contained in:
parent
ae5f94d27d
commit
4c9f8d6c3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user