Skip to content
Snippets Groups Projects
Commit 948bd630 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added shell script to create symlinks

parent af7a6adb
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment