Browse Source

add get_bat.sh script to sync

master
= 5 years ago
parent
commit
8cbc364d89
  1. 3
      sync.sh

3
sync.sh

@ -20,7 +20,8 @@ BASH_SCRIPTS="
$HOME/bin/dev.sh \ $HOME/bin/dev.sh \
$HOME/bin/hide_panel.sh \ $HOME/bin/hide_panel.sh \
$HOME/bin/monitors_off.sh \ $HOME/bin/monitors_off.sh \
$HOME/bin/countdown_timer.sh " $HOME/bin/countdown_timer.sh \
$HOME/bin/get_bat.sh"
rsync -avP ${DOT_FILES} ./dot rsync -avP ${DOT_FILES} ./dot
rsync -avP ${VIM_FILES} ./vim rsync -avP ${VIM_FILES} ./vim

Loading…
Cancel
Save