shoestrap/recipes/default/dotfiles

16 lines
384 B
Plaintext
Raw Normal View History

2013-08-08 03:23:13 +00:00
#! /bin/bash
# Link files that can't be sourced
try_link "ackrc" "$HOME/.ackrc"
try_link "antrc" "$HOME/.antrc"
try_link "ctags" "$HOME/.ctags"
2017-11-16 18:22:13 +00:00
try_link "tigrc" "$HOME/.tigrc"
2019-10-29 01:15:40 +00:00
try_link "npmrc" "$HOME/.npmrc"
2013-08-08 03:23:13 +00:00
try_link "tmux.conf" "$HOME/.tmux.conf"
# Source files that can
source_dotfile "bashrc"
source_dotfile "bash_profile"
source_dotfile "bash_alias"
source_dotfile "bash_funcs"