Initial commit.
This commit is contained in:
10
install.sh
Executable file
10
install.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOTFILES=$(pwd)
|
||||
ln -si $DOTFILES/vimrc ~/.vimrc
|
||||
ln -si $DOTFILES/agignore ~/.agignore
|
||||
ln -si $DOTFILES/gitconfig ~/.gitconfig
|
||||
ln -si $DOTFILES/profile ~/.profile
|
||||
ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles
|
||||
ln -si $DOTFILES/tmux.conf ~/.tmux.conf
|
||||
ln -si $DOTFILES/config ~/.config
|
||||
Reference in New Issue
Block a user