From be7f897dd70b4548a5fd0db7f4a93db6d5b439b0 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 24 Dec 2019 21:50:09 -0500 Subject: [PATCH] Update setup on startup --- .zprofile | 1 + scripts/install.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .zprofile diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..cbe5da7 --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +sh ~/.config/scripts/install.sh -nr diff --git a/scripts/install.sh b/scripts/install.sh index 9865eff..a54601a 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -3,7 +3,8 @@ dotdir=~/dotfiles # src dest sudo -files=($dotdir/.zshrc ~/ 'n' +files=($dotdir/.zprofile ~/ 'n' + $dotdir/.zshrc ~/ 'n' $dotdir/alacritty ~/.config/ 'n' $dotdir/g13 ~/.config/ 'n' $dotdir/gtk-3.0/settings.ini ~/.config/gtk-3.0/ 'n'