mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix PATH
This commit is contained in:
parent
eae87382dd
commit
c371e0c520
|
@ -36,13 +36,13 @@ cd $CURRENTDIR
|
|||
|
||||
if [[ $(uname) = "Darwin" ]]
|
||||
then
|
||||
sh tools/mac.sh
|
||||
sh $HOME/.dotfiles/tools/mac.sh
|
||||
fi
|
||||
|
||||
echo "${GREEN}Dotfiles installed and linked.$CLEAR_COLOR"
|
||||
read -p "Would you like to configure git? (y/N): " answer
|
||||
if [[ $answer = [Yy] ]]; then
|
||||
sh tools/git.sh
|
||||
sh $HOME/.dotfiles/tools/git.sh
|
||||
fi
|
||||
|
||||
chmod +x $HOME/.dotfiles/tools/*
|
||||
|
|
Loading…
Reference in a new issue