servers/bin/bootstrap.sh @ 22b96790d57c

Remove unused stuff
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jan 2020 12:49:06 -0500
parents edcb4fbe993b
children 495491e3e589
#!/usr/bin/env bash

function make_link() {
    test -e "$HOME/$2" || ln -s "$HOME/dotfiles/$1" "$HOME/$2"
}

eval "$(dircolors -b ~/.dircolors)"

make_link bash_profile .bash_profile
make_link dircolors .dircolors