Skip to content

Commit

Permalink
brew: update default
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 21, 2024
1 parent bbc7b44 commit 9ba361f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .config/brew/Brewfile##default
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ brew "direnv"
brew "fd"
brew "fish"
brew "fzf"
brew "gh"
brew "git"
brew "git-delta"
brew "helix"
brew "jq"
brew "lsd"
brew "[email protected]"
brew "pre-commit"
brew "ripgrep"
brew "uv"
brew "yadm"
Expand Down
2 changes: 1 addition & 1 deletion .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
user = branchvincent
[core]
autocrlf = input # normalize line endings on commit (but not checkout)
pager = command -v delta 2>&1 >/dev/null && delta --diff-so-fancy --navigate || ${PAGER:-less} # use a better diff visualizer
pager = command -v delta >/dev/null 2>&1 && delta --diff-so-fancy --navigate || ${PAGER:-less} # use a better diff visualizer
[color "diff"]
meta = yellow
frag = magenta bold
Expand Down

0 comments on commit 9ba361f

Please sign in to comment.