Skip to content

Commit

Permalink
😜
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Sep 28, 2023
1 parent 6d6818d commit 7f90c69
Show file tree
Hide file tree
Showing 63 changed files with 264 additions and 14,312 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ doc/tags
/tmux/tmux.symlink/plugins
/vim/vim.symlink/.netrwhist
nvim/plugin/packer_compiled.lua
nvim/lazy-lock.json
44 changes: 18 additions & 26 deletions brew/Brewfile.symlink
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# vim: set ft=ruby

brew "carthage"
brew "chruby"
brew "ctags"
brew "asdf"
brew "curl"
brew "fd"
brew "dark-mode"
brew "git"
brew "mas"
brew "mosh"
brew "node"
brew "postgresql"
brew "postgresql@15"
brew "python"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "ruby-install"
brew "ssh-copy-id"
brew "tmux"
brew "tree"
brew "typescript"
brew "vim"
brew "wget"
brew "yarn"
Expand All @@ -27,21 +23,23 @@ brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"

tap "homebrew/services"
brew "neovim", args: ["head"]

tap "espanso/espanso"
brew "espanso"
tap "homebrew/services"

cask_args appdir: "/Applications"
tap "homebrew/cask"

cask "1password"
cask "acorn"
cask "airtable"
cask "appzapper"
cask "battery-buddy"
cask "bartender"
cask "blackhole-2ch"
cask "cleanshot"
cask "dash"
cask "docker"
cask "dropshare"
cask "espanso"
cask "firefox"
cask "google-chrome"
cask "gpg-suite"
Expand All @@ -50,27 +48,31 @@ cask "hammerspoon"
cask "handbrake"
cask "imageoptim"
cask "iterm2"
cask "monitorcontrol"
cask "ngrok"
cask "notion"
cask "obs"
cask "raycast"
cask "signal"
cask "sketch"
cask "slack"
cask "soulver"
cask "superduper"
cask "soulver"
cask "telegram"
cask "transmission"
cask "transmit"
cask "vimr"
cask "visual-studio-code"
cask "vlc"
cask "wezterm"

tap "homebrew/cask-fonts"
cask "font-courier-prime"
cask "font-courier-prime-code"
cask "font-fantasque-sans-mono"
cask "font-fira-code"
cask "font-fira-sans"
cask "font-ia-writer-duo"
cask "font-ia-writer-quattro"
cask "font-inconsolata"
cask "font-input"
cask "font-inter"
Expand All @@ -80,28 +82,17 @@ cask "font-iosevka-curly"
cask "font-iosevka-curly-slab"
cask "font-iosevka-etoile"
cask "font-iosevka-slab"
cask "font-iosevka-nerd-font"
cask "font-monoid"
cask "font-mononoki"
cask "font-sf-compact"
cask "font-sf-mono"
cask "font-sf-pro"
cask "font-victor-mono"

cask "qlcolorcode"
cask "qlmarkdown"
cask "qlstephen"
cask "qlvideo"
cask "quicklook-json"
cask "quicklookase"
cask "suspicious-package"
cask "webpquicklook"

mas "1Password for Safari", id: 1569813296
mas "Better", id: 1121192229
mas "Coinverter", id: 926121450
mas "Developer", id: 640199958
mas "Final Cut Pro", id: 424389933
mas "GIF Brewery 3", id: 1081413713
mas "Gifski", id: 1351639930
mas "HEIC Converter", id: 1294126402
mas "Hand Mirror", id: 1502839586
Expand All @@ -114,10 +105,11 @@ mas "Pixelmator Pro", id: 1289583905
mas "Plain Text Editor", id: 1572202501
mas "Pure Paste", id: 1611378436
mas "Reeder", id: 1529448980
mas "Soulver", id: 413965349
mas "Sprinkles", id: 1500209074
mas "TestFlight", id: 899247664
mas "Things", id: 904280696
mas "Today", id: 6443714928
mas "Today", id: 6443714928
mas "Velja", id: 1607635845
mas "Xcode", id: 497799835
mas "iA Writer", id: 775737590
9 changes: 5 additions & 4 deletions git/gitconfig.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
up = pull --rebase --autostash
upto = "branch --set-upstream-to"
wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
qs = "!git add -A && git commit -qm 'QuickSave'"
[core]
excludesfile = ~/.gitignore
editor = nvim
Expand Down Expand Up @@ -54,14 +55,14 @@
[commit]
gpgsign = true
[merge]
tool = diffconflicts
tool = diffconflicts
[mergetool]
prompt = false
keepBackup = false
keepBackup = false
[difftool]
prompt = false
[mergetool "diffconflicts"]
cmd = nvim -c DiffConflicts \"$MERGED\" \"$BASE\" \"$LOCAL\" \"$REMOTE\"
trustExitCode = true
cmd = nvim -c DiffConflictsWithHistory \"$MERGED\" \"$BASE\" \"$LOCAL\" \"$REMOTE\"
trustExitCode = true
[init]
defaultBranch = main
Loading

0 comments on commit 7f90c69

Please sign in to comment.