This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
echo Instalação do ambiente de trabalho e aplicativos em geral | |
echo CONFIGURACOES GERAIS MAC OS | |
echo '\n' | |
echo - | |
echo - Habilitando tabs para opções de janela | |
echo - ---------------------------------------- | |
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
echo Instalação do ambiente de trabalho e aplicativos em geral | |
read -p "Pressione qualquer tecla para continuar... " -n1 -s | |
echo '\n' | |
echo CONFIGURACOES GERAIS MAC OS | |
echo '\n' | |
echo - Habilitando tabs para opções de janela |