Skip to content

Commit 9cd8a5f

Browse files
committed
replace Moom with Rectangle
I mostly use it for keyboard shortcuts to resize or move windows so I won't miss any features from Moom even if I paid for one of their version, and this is open source.
1 parent 4d0bb09 commit 9cd8a5f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

macsetup.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,16 +1423,13 @@ if [[ "$(isAppInstalled "Mic Drop")" = "false" ]]; then
14231423
fi
14241424

14251425
#
1426-
# Moom
1426+
# Rectangle
14271427
#
1428-
# Applications' windows management
1428+
# Window manager
14291429
#
1430-
# https://manytricks.com/moom
1430+
# https://github.com/rxhanson/Rectangle
14311431
#
1432-
if [[ "$(isAppInstalled Moom)" = "false" ]]; then
1433-
installkeg moom
1434-
getLicenseFile "Moom" "Frederic_Harper.moomlicense"
1435-
fi
1432+
installcask rectangle
14361433

14371434
#
14381435
# Slack

0 commit comments

Comments
 (0)