this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add vim textobj quotes and update brewfiles

+11 -1
+2
.config/brew/Brewfile
··· 57 57 brew "pyenv" 58 58 # Pyenv plugin to manage virtualenv 59 59 brew "pyenv-virtualenv" 60 + # Clone of cat(1) with syntax highlighting and Git integration 61 + brew "bat"
+1 -1
.config/fish/conf.d/25-brew.fish
··· 17 17 # This lets us use `brew bundle add --global` for cross-system packages 18 18 # and `brew bundle add` for system-specific packages. 19 19 set -gx HOMEBREW_BUNDLE_FILE_GLOBAL ~/.config/brew/Brewfile 20 - set -gx HOMEBREW_BUNDLE_FILE ~/.config/brew/class.Brewfile 20 + set -gx HOMEBREW_BUNDLE_FILE ~/.config/brew/10-class.Brewfile 21 21 # For https://github.com/superatomic/homebrew-bundle-extensions/pull/14 22 22 set -gx HOMEBREW_BUNDLE_DUMP_DESCRIBE 1
+2
.config/yadm/alt/.config/brew/10-class.Brewfile##class.personal
··· 3 3 4 4 # Fast static site generator in a single binary with everything built-in 5 5 brew "zola" 6 + # Rust toolchain installer 7 + brew "rustup-init" 6 8 7 9 # 3D creation suite 8 10 cask "blender"
+6
.gitmodules
··· 28 28 [submodule ".vim/pack/bundle/start/file-line"] 29 29 path = .vim/pack/bundle/start/file-line 30 30 url = https://github.com/bogado/file-line.git 31 + [submodule ".vim/pack/bundle/start/vim-textobj-user"] 32 + path = .vim/pack/bundle/start/vim-textobj-user 33 + url = https://github.com/kana/vim-textobj-user.git 34 + [submodule ".vim/pack/bundle/start/vim-textobj-quotes"] 35 + path = .vim/pack/bundle/start/vim-textobj-quotes 36 + url = https://github.com/beloglazov/vim-textobj-quotes.git