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:
parent
36b830c2c9
commit
863b29323c
5 changed files with 10 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
SCRIPT_DIR="$HOME/pc_settings/emacs"
|
||||
EMACS_FUNC_DIR="$HOME/.emacs.d"
|
||||
SCRIPT_DIR="${HOME}/dotfiles/emacs"
|
||||
EMACS_FUNC_DIR="${HOME}/.emacs.d"
|
||||
|
||||
for source in $(find $SCRIPT_DIR -type f -name '*.el'); do
|
||||
filename=$(basename $source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue