Remove unused configs.
install.sh no longer works. Will work on creating a better init script.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
*.class
|
||||
tmp/
|
||||
*.o
|
||||
View
|
||||
10
install.sh
10
install.sh
@@ -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
|
||||
Reference in New Issue
Block a user