diff --git a/ag/dot-agignore b/ag/dot-agignore deleted file mode 100644 index b506684..0000000 --- a/ag/dot-agignore +++ /dev/null @@ -1,4 +0,0 @@ -*.class -tmp/ -*.o -View diff --git a/install.sh b/install.sh deleted file mode 100755 index 4f0e434..0000000 --- a/install.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -DOTFILES=$(pwd) - -ln -si $DOTFILES/agignore ~/.agignore -ln -si $DOTFILES/gitconfig ~/.gitconfig -ln -si $DOTFILES/profile ~/.profile -ln -si $DOTFILES/tmux.conf ~/.tmux.conf -ln -si $DOTFILES/vimrc ~/.vimrc -ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles