mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Modify fish, kitty, git, vim, and yabai configs:
- fish: changed the way branches are displayed - kitty: specify fonts - git: add puff and merff aliases - vim: - add goyo - add limelight - add yats - add vim-jsx-pretty - modify csharp ale linter - yabai: modify yabai dimensions to mimic bspwm defaults
This commit is contained in:
parent
e0dea79605
commit
b6f39e91af
19 changed files with 39 additions and 21 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -58,3 +58,15 @@
|
|||
[submodule ".vim/bundle/omnisharp-vim"]
|
||||
path = .vim/bundle/omnisharp-vim
|
||||
url = https://github.com/OmniSharp/omnisharp-vim.git
|
||||
[submodule ".vim/bundle/yats.vim"]
|
||||
path = .vim/bundle/yats.vim
|
||||
url = https://github.com/HerringtonDarkholme/yats.vim.git
|
||||
[submodule ".vim/bundle/vim-jsx-pretty"]
|
||||
path = .vim/bundle/vim-jsx-pretty
|
||||
url = https://github.com/MaxMEllon/vim-jsx-pretty.git
|
||||
[submodule ".vim/bundle/goyo.vim"]
|
||||
path = .vim/bundle/goyo.vim
|
||||
url = https://github.com/junegunn/goyo.vim.git
|
||||
[submodule ".vim/bundle/limelight.vim"]
|
||||
path = .vim/bundle/limelight.vim
|
||||
url = https://github.com/junegunn/limelight.vim.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue