Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Aug 15, 2022
1 parent c11f3b9 commit 83c40aa
Show file tree
Hide file tree
Showing 13 changed files with 3,185 additions and 220 deletions.
2 changes: 2 additions & 0 deletions brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ brew install --cask monitorcontrol
# brew install --cask loom
brew install --cask cameracontroller logitech-camera-settings
brew install --cask launchcontrol
brew install dark-mode
curl -OL $(curl --silent https://su.darkmodebuddy.app/appcast.xml | xq -r '.rss.channel.item.enclosure."@url"') && open DarkModeBuddy*.dmg

brew install --cask font-smoothing-adjuster
brew tap homebrew/cask-fonts
Expand Down
4 changes: 2 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
tool = vscode
# tool = meld
# tool = meld_merged
conflictstyle = diff3
# conflictstyle = diff3
[rerere]
enabled = 1
[mergetool "diffuse_custom"]
Expand Down Expand Up @@ -219,7 +219,7 @@
name = automatically merge npm lockfiles
driver = npx npm-merge-driver merge %A %O %B %P
[mergetool "vscode"]
cmd = code --wait \"$MERGED\"
cmd = code --wait --merge \"$REMOTE\" \"$LOCAL\" \"$BASE\" \"$MERGED\"
[commit]
# template = /Users/emilyklassen/.stCommitMsg
[pull]
Expand Down
Loading

0 comments on commit 83c40aa

Please sign in to comment.