A default setup for zsh using prezto can be found here: https://github.com/DecampsRenan/prezto-config
If you are ok with the provided tools, you can install them by running one of the following commands:
With curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/DecampsRenan/dotfiles/master/macos/setup.sh)"With wget
sh -c "$(wget https://raw.githubusercontent.com/DecampsRenan/dotfiles/master/macos/setup.sh -O -)"- For gui apps, checks the
brewCasksarray in themacos/setup.shfile - For command line apps, checks the
brewCmdsarray in themacos/setup.shfile - For fonts, checks the
brewFontsarray in themacos/setup.shfile
- Display full path and all files in Finder
- Set a faster keyboard repeat rate
- Set a shorter delay until key repeat
- update gem install directory to be
$HOME/.gem(so no need to sudo in order to install packages) - etc...