Skip to content

Commit

Permalink
setup diff-so-fancy and update brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ojizero committed Mar 26, 2020
1 parent 4d4d1bf commit c9cd176
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@

[push]
followTags = true

[rebase]
autoStash = true

[color]
ui = true

[core]
pager = diff-so-fancy | less -RFX

[diff-so-fancy]
markEmptyLines = false
stripLeadingSymbols = false
4 changes: 3 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tap "aws/tap"
tap "azure/functions"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
Expand All @@ -8,8 +9,8 @@ brew "awscli"
brew "azure-cli"
brew "bash"
brew "coreutils"
brew "diff-so-fancy"
brew "docker", link: false
brew "docker-machine"
brew "gawk"
brew "git-lfs"
brew "gnu-tar"
Expand Down Expand Up @@ -38,6 +39,7 @@ brew "vagrant-completion"
brew "watch"
brew "wget"
brew "aws/tap/aws-sam-cli"
brew "azure/functions/azure-functions-core-tools@3"
brew "nodenv/nodenv/node-build-update-defs"
brew "nodenv/nodenv/nodenv-aliases"
brew "nodenv/nodenv/nodenv-package-rehash"
Expand Down

0 comments on commit c9cd176

Please sign in to comment.