Skip to content

Commit

Permalink
include only ~/.sbt/0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 17, 2016
1 parent 7da6681 commit 54fe427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions sbt/_repositories

This file was deleted.

7 changes: 6 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

dir=$HOME/dotfiles # dotfiles directory
olddir=$HOME/dotfiles_old # old dotfiles backup directory
FILES=( zshrc vimrc vim gitignore_global sbt tmux.conf )
FILES=( zshrc vimrc vim gitignore_global tmux.conf )

##########

Expand All @@ -31,6 +31,11 @@ do
ln -s $dir/$file $HOME/.$file
done

# sbt 0.13 directory

mkdir -p "$HOME/.sbt"
ln -s $dir/sbt/0.13/ $HOME/.sbt/0.13/

##########

[ ! -d ~/.vim/bundle ] && mkdir -p ~/.vim/bundle && git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim && vim -c ':NeoBundleInstall'
Expand Down

0 comments on commit 54fe427

Please sign in to comment.