Remove unused configs.

install.sh no longer works. Will work on creating a better init script.
This commit is contained in:
2025-09-07 00:36:07 -07:00
parent 3bb4efec0d
commit 394ac958c1
2 changed files with 0 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
*.class
tmp/
*.o
View

View File

@@ -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