Typos.
This commit is contained in:
parent
88bec8badb
commit
7794613b81
@ -15,16 +15,17 @@ if ! command -v git >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone dotfiles and make sylinks
|
# Clone dotfiles and make symlinks
|
||||||
echo "Installing dotfiles..."
|
echo "Installing dotfiles..."
|
||||||
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
|
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
echo "Dotfiles installed successfully."
|
||||||
|
|
||||||
if [ `uname` == 'Darwin' ]; then
|
if [ `uname` == 'Darwin' ]; then
|
||||||
# Copy path to clipboard
|
# Copy path to clipboard
|
||||||
echo -n "~/dotfiles/setup/bootstrap.sh" | pbcopy
|
echo -n "~/dotfiles/setup/bootstrap.sh" | pbcopy
|
||||||
echo
|
echo
|
||||||
echo "Path to bootstrap script is copied to clipboard."
|
echo "Path to bootstrap script copied to clipboard."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user