mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
3 Commits
a534cdf6f0
...
f8fb1a5d50
| Author | SHA1 | Date | |
|---|---|---|---|
| f8fb1a5d50 | |||
| c960cf660d | |||
| 102089aadd |
3
git_template.local/hooks/post-merge
Executable file
3
git_template.local/hooks/post-merge
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo ">>> Do you need to move a ticket?"
|
||||||
@ -36,6 +36,10 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown' }
|
|||||||
Plug 'AndrewRadev/splitjoin.vim'
|
Plug 'AndrewRadev/splitjoin.vim'
|
||||||
Plug 'dearrrfish/vim-applescript'
|
Plug 'dearrrfish/vim-applescript'
|
||||||
Plug 'cespare/vim-toml'
|
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 'junegunn/goyo.vim'
|
||||||
Plug 'reedes/vim-pencil'
|
Plug 'reedes/vim-pencil'
|
||||||
|
|||||||
1
yabairc
1
yabairc
@ -46,5 +46,6 @@ yabai -m config window_gap 8
|
|||||||
|
|
||||||
yabai -m rule --add app="^System Preferences$" manage=off
|
yabai -m rule --add app="^System Preferences$" manage=off
|
||||||
yabai -m rule --add app="^App Store$" manage=off
|
yabai -m rule --add app="^App Store$" manage=off
|
||||||
|
yabai -m rule --add app="^PCalc$" manage=off
|
||||||
|
|
||||||
echo "yabai configuration loaded.."
|
echo "yabai configuration loaded.."
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# set open file limit
|
||||||
|
ulimit -n 1024
|
||||||
|
|
||||||
# ignore duplicate history entries
|
# ignore duplicate history entries
|
||||||
setopt histignoredups
|
setopt histignoredups
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user