remove compilation from dotsync
This commit is contained in:
parent
40798375a3
commit
8f551f6942
1 changed files with 0 additions and 10 deletions
|
@ -44,14 +44,4 @@ else
|
|||
stow -t "$HOME" dots || printf "%b" "${RED}Failed to run stow!$NC\n"
|
||||
fi
|
||||
|
||||
printf "%b" "${BOLD}Recompile/Install src files? ${GREEN}Y/N?$NC\n"
|
||||
read -r ans
|
||||
[ "$ans" = "y" ] && for f in "$DOTS_DIR"/.local/src/*; do
|
||||
if ! cd "$f"; then
|
||||
printf "%b" "${RED}Could not CD into $f$NC\n"
|
||||
exit
|
||||
fi
|
||||
sudo make install
|
||||
done
|
||||
|
||||
printf "%b" "$BOLD${BLUE}Dotfiles Synced Successfully!$NC\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue