Skip to content

nleiva/dotfiles

Repository files navigation

dotfiles

Setting up my .files (work in progress). Getting ideas from multiples sites such as:

Clone with Git

git clone https://github.com/nleiva/dotfiles.git ~/.dotfiles

Install

source ~/.dotfiles/install.sh

or

make

Remove ANSI color codes from iTerm2 logs

sed -i $'s,\x1b\\[[0-9;]*[a-zA-Z],,g' test.log
sed -i $'s,\]0;,,g' test.log