Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.32 KB

dotfiles

Basic terminal setup following https://gettinggit.com/everyday-git/terminal-tweaks-for-git with some additional tweaks.

iterm-git-staged-files iterm-git-dirty

Colors

I use a custom set of colors, no official theme. Download robbin-pale.itermcolors

iterm color settings

Text settings

iterm text settings

Plugin(s)

Usage

With the alias added in ~/.bash_profile;

$ dotfiles status
$ dotfiles add .vimrc
$ dotfiles commit -m "Add vimrc"
$ dotfiles add .bashrc
$ dotfiles commit -m "Add bashrc"
$ dotfiles push

More info: https://medium.com/toutsbrasil/how-to-manage-your-dotfiles-with-git-f7aeed8adf8b

Useful links