This commit is contained in:
Ivan Bushchik 2022-07-05 08:28:55 +03:00
parent eae87382dd
commit c371e0c520
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -36,13 +36,13 @@ cd $CURRENTDIR
if [[ $(uname) = "Darwin" ]] if [[ $(uname) = "Darwin" ]]
then then
sh tools/mac.sh sh $HOME/.dotfiles/tools/mac.sh
fi fi
echo "${GREEN}Dotfiles installed and linked.$CLEAR_COLOR" echo "${GREEN}Dotfiles installed and linked.$CLEAR_COLOR"
read -p "Would you like to configure git? (y/N): " answer read -p "Would you like to configure git? (y/N): " answer
if [[ $answer = [Yy] ]]; then if [[ $answer = [Yy] ]]; then
sh tools/git.sh sh $HOME/.dotfiles/tools/git.sh
fi fi
chmod +x $HOME/.dotfiles/tools/* chmod +x $HOME/.dotfiles/tools/*