Skip to content

Commit e1963d4

Browse files
Closes #6
Removes Application «Fig»
1 parent 8e83d7f commit e1963d4

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

Applications/Fig.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

config.default.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ installAlDente=true # <-- only supported on MacBooks (MBA, MBP)
8585
installBeyondCompare=false
8686
installDiscord=false
8787
installEqMac=false
88-
installFig=false
8988
installFirefox=false
9089
installGoogleChrome=false
9190
installGrandPerspective=true

run.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -538,13 +538,6 @@ if [ "$installHomebrew" = true ]; then
538538
showinfo "" "confirm"
539539
fi
540540

541-
# --> Fig.io (only if Warp was not installed)
542-
if [ "$installFig" = true ] && [ ! "$installWarp" ]; then
543-
showinfo "Installing Fig:" "note"
544-
brewinstallAppFig
545-
showinfo "" "confirm"
546-
fi
547-
548541
# -- Install Apps from App Store --
549542
if [ "$installAppStoreApps" = true ]; then
550543
# --> Mac App Store CLI

0 commit comments

Comments
 (0)