mirror of https://github.com/mitchell/dotfiles.git
Add .taskrc to sync script
This commit is contained in:
parent
7a35289a52
commit
d91e7a7abb
1
sync
1
sync
|
@ -50,6 +50,7 @@ function sync_files
|
||||||
rsync -aP ./.ideavimrc ~/
|
rsync -aP ./.ideavimrc ~/
|
||||||
rsync -aP ./.yabairc ~/
|
rsync -aP ./.yabairc ~/
|
||||||
rsync -aP ./.skhdrc ~/
|
rsync -aP ./.skhdrc ~/
|
||||||
|
rsync -aP ./.taskrc ~/
|
||||||
end
|
end
|
||||||
|
|
||||||
function set_kitty_font_size -a uname
|
function set_kitty_font_size -a uname
|
||||||
|
|
Loading…
Reference in New Issue