I use the typeface FiraCode
To configurate a new Mac with my default settings
$ source osx.sh
To config my Vim and OhMyZSH settings just run the install.sh
It will:
- ask for your git user and email to configurate using
git config --global
- install Homebrew if you don't have
- copy the dot (.) files to your home path
.aliases
.bash_profile
.bash_prompt
.bashrc
.exports
.gitconfig
.gitignore
.screenrc
.vim
.vimrc
- install the Vim plugins using Vundle
Just run:
$ source install.sh
To install all my command line apps using homebrew
$ source brew.sh
To install all my apps using Homebrew Cask
$ source cask.sh
Vitor Leal |