1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
f8fb1a5d50 Don't manage PCalc 2021-02-24 15:24:47 -05:00
c960cf660d Buoy updates 2021-02-24 15:24:02 -05:00
102089aadd Add post-merge hook 2021-02-23 10:49:04 -05:00
4 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo ">>> Do you need to move a ticket?"

View File

@ -36,6 +36,10 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown' }
Plug 'AndrewRadev/splitjoin.vim'
Plug 'dearrrfish/vim-applescript'
Plug 'cespare/vim-toml'
Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'jparise/vim-graphql'
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
Plug 'junegunn/goyo.vim'
Plug 'reedes/vim-pencil'

View File

@ -46,5 +46,6 @@ yabai -m config window_gap 8
yabai -m rule --add app="^System Preferences$" manage=off
yabai -m rule --add app="^App Store$" manage=off
yabai -m rule --add app="^PCalc$" manage=off
echo "yabai configuration loaded.."

View File

@ -1,3 +1,6 @@
# set open file limit
ulimit -n 1024
# ignore duplicate history entries
setopt histignoredups