fancy diff added
This commit is contained in:
parent
a7e316adf0
commit
ea1f6c468f
2 changed files with 4 additions and 1 deletions
|
@ -24,3 +24,6 @@
|
|||
tool = kdiff3
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
[pager]
|
||||
diff = diff-so-fancy | less --tabs=1,5 -RFX
|
||||
show = diff-so-fancy | less --tabs=1,5 -RFX
|
||||
|
|
|
@ -94,7 +94,7 @@ source $HOME/.rvm/scripts/rvm
|
|||
rvm install ruby
|
||||
|
||||
# talks: reveal-md
|
||||
sudo npm install -g reveal-md
|
||||
sudo npm install -g reveal-md diff-so-fancy
|
||||
|
||||
# vdir syncer
|
||||
echo "installing vdirsyncer"
|
||||
|
|
Loading…
Reference in a new issue