Trims fat and renames files

This commit is contained in:
William Carroll 2016-08-15 11:14:37 -04:00
parent 6021ad3194
commit 4563550969
40 changed files with 233 additions and 352 deletions

View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
if [ -d /Volumes/usb_vim ] && \ # usb has mounted
[ ! -L "$HOME/.vimrc" ] && \ # .vimrc is a symlink
[ ! -L "$HOME/.vim" ]; then # .vim dir is a symlink
. "/Volumes/usb_vim/vim/vim_point_to_usb.sh"
. "$HOME/pc_settings/launchd_scripts/notice.sh"
else
. "$HOME/pc_settings/launchd_scripts/notice_2.sh"
fi