summaryrefslogtreecommitdiff
path: root/dev-env
diff options
context:
space:
mode:
Diffstat (limited to 'dev-env')
-rwxr-xr-xdev-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-env b/dev-env
index 4f3443c..1269ddd 100755
--- a/dev-env
+++ b/dev-env
@@ -20,9 +20,11 @@ done
log "Copying Configs"
copy_dir .config $HOME/.config
+copy_dir .emacs.d $HOME/.emacs.d
copy_file ".config/.profile" $HOME
copy_file ".config/shells/zsh/.zshrc" $HOME
log "Copying Self to ~/personal/bin"
copy_file dev-env $target/bin
+copy_file util $target/bin