Commit 948bd630 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added shell script to create symlinks

parent af7a6adb
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ln -s -T $DIR/bashrc ~/.bashrc
ln -s -T $DIR/vimrc ~/.vimrc
ln -s -T $DIR/vim ~/.vim
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment