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:
mitchell 2019-11-17 14:28:31 -05:00
parent e0dea79605
commit b6f39e91af
19 changed files with 39 additions and 21 deletions

View file

@ -82,8 +82,8 @@ function fish_prompt --description 'Write out the prompt'
set -l cur_branch_len (string length $cur_branch)
if test $cur_branch_len -gt 21
set -l sub_str (string sub -s (math $cur_branch_len - 17) -l 18 $cur_branch)
set cur_branch "...$sub_str"
set -l sub_str (string sub -l 18 $cur_branch)
set cur_branch "$sub_str..."
end
if string match 'Your branch is ahead of*' $git_status > /dev/null

View file

@ -7,9 +7,9 @@
#: characters.
font_family Ligalex Mono
# bold_font auto
# italic_font auto
# bold_italic_font auto
bold_font Ligalex Mono Bold
italic_font Ligalex Mono Italic
bold_italic_font Ligalex Mono Bold Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty