You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if read -q "choice?do you want to symlink $dir using stow? (y/n) "; then
stow -v -t ~/ -S $dir
echo " - $dir installed."
else
echo " - skipping $dir."
fi
done
NEWLINE=$'\n'
if read -q "choice?${NEWLINE}do you want to install the visual studio code extensions listed below?${NEWLINE}$(cat vscode/extensions.linux)?${NEWLINE}(y/n): "; then
echo $NEWLINE
cat vscode/extensions.linux | while read extension || [[ -n $extension ]]; do