From 7794613b811606d906a6333c89034c93e98a322c Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 31 Oct 2012 16:30:26 +0400 Subject: [PATCH] Typos. --- install/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 529d273..02e1cee 100755 --- a/install/install.sh +++ b/install/install.sh @@ -15,16 +15,17 @@ if ! command -v git >/dev/null 2>&1; then fi fi -# Clone dotfiles and make sylinks +# Clone dotfiles and make symlinks echo "Installing dotfiles..." cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py source ~/.bashrc +echo "Dotfiles installed successfully." if [ `uname` == 'Darwin' ]; then # Copy path to clipboard echo -n "~/dotfiles/setup/bootstrap.sh" | pbcopy echo - echo "Path to bootstrap script is copied to clipboard." + echo "Path to bootstrap script copied to clipboard." fi