dotfiles
- Colored man pages (.exports)
- Setup git credentials (install.sh)
- autocomplete folder/filename with just a portion of it ie: for zero-hero cd hero tab -> cd zero-hero
- up arrow for history
- colors schema
- right now snazzy was manually install just for iterm2
- aliases
- git
- git autocomplete
- gi alias as I commit that mistake a lot
- vim setup
- vimrc is halfway there
- autoupdate .dircolors
- Increase mac limit
sudo launchctl limit maxproc 2000 2500
ulimit -S -n 2048
- Vs code extensions management
- zstyle ':prezto:module:tmux:iterm' integrate 'yes'
- check this 👇
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -v
zstyle :compinstall filename '/Users/alvaropinot/.zshrc'
autoload -Uz compinit compinit