remove default . files
This commit is contained in:
parent
3298229166
commit
276e0aa5f2
5
install
5
install
@ -2,11 +2,12 @@
|
|||||||
#
|
#
|
||||||
# Install my dotfiles.
|
# Install my dotfiles.
|
||||||
#
|
#
|
||||||
which stow >/dev/null 2>&1
|
|
||||||
|
|
||||||
|
which stow >/dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "stow is not installed" >&2
|
echo "stow is not installed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ls -d */ | tr -d / | xargs stow -R
|
rm $HOME/.zshrc $HOME/.profile
|
||||||
|
ls -d */ | tr -d / | xargs stow -t $HOME -R
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user