Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 391 Bytes

File metadata and controls

20 lines (13 loc) · 391 Bytes

dotfiles

Screenshot of dotfiles terminal

Installation

curl https://raw.githubusercontent.com/magus/dotfiles/master/dotfiles | bash

tricks

Find a where a configuration happens, e.g. diff

> zsh -ixc : 2>&1 | grep diff
...
+/usr/local/etc/grc.bashrc:7> alias 'diff=colourify diff'