tvl-depot/install.sh
William Carroll 863b29323c pc_settings -> dotfiles
My younger self didn't know that creating repos to house your
configuration was a known pattern! Hence the unweildy name, pc_settings.

This change was a long time coming.
2018-04-23 15:25:35 -04:00

9 lines
189 B
Bash

#!/usr/bin/env zsh
# install custom bin/ executables to $HOME/bin
source "${HOME}/dotfiles/bins/setup_bins.sh"
# symlink config files
source "${HOME}/dotfiles/configs/setup_configs.sh"