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

Compare commits

..

4 Commits

Author SHA1 Message Date
a534cdf6f0 Float System Prefs and App Store 2021-02-12 19:10:20 -05:00
001a86fe3b Backup Dash config 2021-02-12 15:34:40 -05:00
7de71da523 Backup Dash and iTerm2 2021-02-12 15:32:32 -05:00
9ab92cd4dd Add Mackup config 2021-02-12 15:27:34 -05:00
6 changed files with 13 additions and 0 deletions

Binary file not shown.

Binary file not shown.

7
mackup.cfg Normal file
View File

@ -0,0 +1,7 @@
[storage]
engine = file_system
path = dotfiles-local
[applications_to_sync]
dash
iterm2

3
rcrc Normal file
View File

@ -0,0 +1,3 @@
EXCLUDES="README*.md LICENSE Mackup"
DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
COPY_ALWAYS="git_template/HEAD"

View File

@ -44,4 +44,7 @@ yabai -m config left_padding 8
yabai -m config right_padding 8
yabai -m config window_gap 8
yabai -m rule --add app="^System Preferences$" manage=off
yabai -m rule --add app="^App Store$" manage=off
echo "yabai configuration loaded.."