fixed markdown mistake

This commit is contained in:
Brendan McDevitt 2016-10-17 14:21:39 -05:00
parent c78ce45a74
commit c248930230

View file

@ -4,11 +4,12 @@
git clone git@github.com:booboy/dotfiles.git git clone git@github.com:booboy/dotfiles.git
cd ~/.dotfiles cd ~/.dotfiles
The way that I am experimenting with this now as I continue development on it. The way that I am experimenting with this now as I continue development on it.
useradd -m testuser
sudo su testuser - useradd -m testuser
sudo su testuser -
cd ~ && git clone https://github.com/booboy/dotfiles.git && cd dotfiles cd ~ && git clone https://github.com/booboy/dotfiles.git && cd dotfiles
source install.sh 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. 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. I am still working on making the new shells use the local python enviroment. I will have that ready soon.