This commit is contained in:
Artem Sapegin 2012-10-31 16:30:26 +04:00
parent 88bec8badb
commit 7794613b81
1 changed files with 3 additions and 2 deletions

View File

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