From c78ce45a747feb1aeb1cb8d05c8f17ac4ef97045 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Mon, 17 Oct 2016 14:18:40 -0500 Subject: [PATCH] tested install.sh with sourcing it. updated README.md to include instructions on how to do the test --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e62acd..5df13f7 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ git clone git@github.com:booboy/dotfiles.git cd ~/.dotfiles -Source all of the files. Feel free to add to a script or just on cmd line - - for DOTFILE in `find $HOME/dotfiles` - do - [ -f “$DOTFILE” ] && source “$DOTFILE” - done +The way that I am experimenting with this now as I continue development on it. + useradd -m testuser + sudo su testuser - + cd ~ && git clone https://github.com/booboy/dotfiles.git && cd dotfiles + source install.sh +This should take care of setting up symlinks to .bashrc .bash_aliases .bash_functions .bash_profile and also installing a version of python local to the user for that shel session. +I am still working on making the new shells use the local python enviroment. I will have that ready soon.