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.
This commit is contained in:
William Carroll 2018-04-23 15:20:26 -04:00
parent 36b830c2c9
commit 863b29323c
5 changed files with 10 additions and 15 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
pc_settings_path="${HOME}/pc_settings"
configs_dir="${pc_settings_path}/configs"
dotfiles_path="${HOME}/dotfiles"
configs_dir="${dotfiles_path}/configs"
shared_configs="${configs_dir}/shared"
if [[ $(uname) == 'Darwin' ]]; then