GJL63N6O44LSRI3SGMJK23XKPTZ2G3M6CUF2T63MW3VMLORICFXAC
if [[ "$(uname -s)" == "Darwin"]]; then
echo 'install iTerm2 https://iterm2.com and hit enter'
read
echo 'TODO: configure iterm2 settings repository'
echo 'install Karabiner Elements https://karabiner-elements.pqrs.org and hit enter'
read
mkdir -p ~/.config
ln -sv "$PWD"/karabiner ~/.config
echo 'install Moom https://manytricks.com/moom/ and hit enter'
read
open ./moom-settings/basics.moom
fi