Merge branch 'master' of austenwares.com:stonewareslord/Sync
This commit is contained in:
commit
3e322d6efd
@ -54,7 +54,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
if [ "$VALUE" = "t" ] ; then
|
if [ "$VALUE" = "t" ] ; then
|
||||||
echo "Syncing tmux"
|
echo "Syncing tmux"
|
||||||
rm ~/.tmux.conf
|
rm ~/.tmux.conf
|
||||||
ln -s ${PWD}../tmux/tmux.conf ~/.tmux.conf
|
ln -s ${PWD}/../tmux/tmux.conf ~/.tmux.conf
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "c" ] ; then
|
if [ "$VALUE" = "c" ] ; then
|
||||||
echo "Syncing config files"
|
echo "Syncing config files"
|
||||||
@ -73,6 +73,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
|||||||
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
ln -s ${PWD}/../git/gitconfig ~/.gitconfig
|
||||||
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
ln -s ${PWD}/../shells/bashrc ~/.bashrc
|
||||||
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
ln -s ${PWD}/../shells/zshrc ~/.zshrc
|
||||||
|
if [ -d "~/.oh-my-zsh" ] ; then
|
||||||
|
curl -L http://install.ohmyz.sh | sh
|
||||||
|
fi
|
||||||
mkdir -p ~/.i3
|
mkdir -p ~/.i3
|
||||||
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
ln -s ${PWD}/../i3/i3config ~/.i3/config
|
||||||
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user