#!/bin/sh HOME=/home/cmte DOTFILES=/home/cmte/dotfiles rm /home/cmte/.bashrc ln -s $DOTFILES/bash/bashrc $HOME/.bashrc