1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-10 06:16:14 +00:00
2014-11-04 09:40:18 -08:00

14 lines
320 B
Bash

#! /bin/bash
# Link files that can't be sourced
try_link "ackrc" "$HOME/.ackrc"
try_link "antrc" "$HOME/.antrc"
try_link "ctags" "$HOME/.ctags"
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"