Merge branch 'master' of austenwares.com:stonewareslord/Sync

This commit is contained in:
Austen Adler 2014-08-20 20:09:52 -06:00
commit 3e322d6efd
2 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
if [ "$VALUE" = "t" ] ; then
echo "Syncing tmux"
rm ~/.tmux.conf
ln -s ${PWD}../tmux/tmux.conf ~/.tmux.conf
ln -s ${PWD}/../tmux/tmux.conf ~/.tmux.conf
fi
if [ "$VALUE" = "c" ] ; then
echo "Syncing config files"
@ -73,6 +73,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
ln -s ${PWD}/../shells/bashrc ~/.bashrc
ln -s ${PWD}/../shells/zshrc ~/.zshrc
if [ -d "~/.oh-my-zsh" ] ; then
curl -L http://install.ohmyz.sh | sh
fi
mkdir -p ~/.i3
ln -s ${PWD}/../i3/i3config ~/.i3/config
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh