Skip to content

Commit

Permalink
๐Ÿš€
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Apr 4, 2021
1 parent 08b536e commit 7c002e3
Show file tree
Hide file tree
Showing 20 changed files with 1,284 additions and 6,427 deletions.
2 changes: 1 addition & 1 deletion bin/rubyfmt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
RUBYFMT_USE_RELEASE=1 ruby --disable=all /Users/mikker/dev/vendor/rubyfmt/rubyfmt.rb $@
/Users/mikker/dev/vendor/rubyfmt/target/release/rubyfmt-main $@
Binary file added bin/sentry-cli
Binary file not shown.
1 change: 1 addition & 0 deletions brew/Brewfile.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ cask "font-roboto"
cask "font-roboto-condensed"
cask "font-roboto-mono"
cask "font-sourcecodepro-nerd-font"
cask "font-victor-mono"

cask "qlcolorcode"
cask "qlmarkdown"
Expand Down
5 changes: 2 additions & 3 deletions git/gitconfig.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[core]
excludesfile = ~/.gitignore
editor = nvim
pager = delta --theme='GitHub'
pager = diff-so-fancy | less --tabs=4 -RFX
[format]
pretty=format:%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset
[push]
Expand Down Expand Up @@ -69,6 +69,7 @@
[diff]
tool = vimdiff
default = true
colorMoved = default
[mergetool "diffconflicts"]
cmd = nvim -c DiffConflicts \"$MERGED\" \"$BASE\" \"$LOCAL\" \"$REMOTE\"
trustExitCode = true
Expand All @@ -84,5 +85,3 @@
old = red bold
new = green bold
whitespace = red reverse
[interactive]
diffFilter = delta --color-only