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

Compare commits

..

No commits in common. "b1ed3eff2d14c1787df1962787efb11a088fc6f7" and "0a63bd07813b4ab8ec5f1e4dd94092b79ce367c4" have entirely different histories.

4 changed files with 3 additions and 7 deletions

View File

@ -19,5 +19,3 @@
ksdiff = difftool -yt Kaleidoscope
[tig]
status-show-untracked-files = yes
[pull]
rebase = false

View File

@ -5,4 +5,3 @@ path = dotfiles-local
[applications_to_sync]
dash
iterm2
xld

View File

@ -4,4 +4,7 @@ if has("gui_running") || has("gui_vimr")
set guioptions-=r
set guioptions-=L
set guioptions-=l
" Color terminal output
set guioptions+=!
endif

View File

@ -47,9 +47,5 @@ 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
yabai -m rule --add app="^Airfoil$" manage=off
yabai -m rule --add app="^Finder$" title="Copy" manage=off
yabai -m rule --add title="Preferences" manage=off
yabai -m rule --add title='Preferences$' manage=off
echo "yabai configuration loaded.."