Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/withfig/config into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed May 7, 2021
2 parents 3081ab9 + de51c88 commit ac88d28
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tools/drip/fig_onboarding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -564,15 +564,19 @@ clear

cat <<EOF
${BOLD}Want to contribute${NORMAL}?
${BOLD}Want to contribute?${NORMAL}
* Check out our docs: ${UNDERLINE}https://withfig.com/docs/getting-started${UNDERLINE_END}
* Submit a pull request ${UNDERLINE}https://github.com/withfig/autocomplete${UNDERLINE_END}
* Check out our docs: ${UNDERLINE}withfig.com/docs/getting-started${UNDERLINE_END}
* Submit a pull request: ${UNDERLINE}github.com/withfig/autocomplete${UNDERLINE_END}
${BOLD}Want to customize Fig's settings?${NORMAL}
e.g. tab/enter behavior, width, height, theme etc
Check out ${MAGENTA}${UNDERLINE}withfig.com/docs/support/settings${NORMAL}
${BOLD}Get in touch:${NORMAL}
* ${UNDERLINE}mailto:[email protected]${UNDERLINE_END}
* Or ${MAGENTA}${BOLD}fig report${NORMAL}
EOF

Expand Down Expand Up @@ -657,6 +661,8 @@ cat <<'EOF'
EOF



if [[ "$TERM_PROGRAM" == "iTerm.app" ]]
then
cat <<EOF
Expand Down

0 comments on commit ac88d28

Please sign in to comment.