dotfiles
Find a file
2016-11-08 20:18:36 -06:00
.vim added vimrc and .vim dir for colors 2016-10-22 19:47:35 -05:00
bin added html_doc.sh, more functions, ls aliases, and some more symlinks in install.sh 2016-10-17 03:18:20 -05:00
install fixed spacing with some files 2016-10-16 09:35:31 -05:00
.bash_aliases edited .bash_aliases grep regex to include all of the function names in .bash_functions 2016-11-08 20:18:36 -06:00
.bash_functions fixed sqrt function that had an extra { in it 2016-10-17 13:55:48 -05:00
.bash_profile adjusted random bad spacing in some scripts 2016-10-15 08:34:21 -05:00
.env .env made \w for absolute path in PS1 2016-10-20 05:13:22 -05:00
.speedswapper added bin dir, some scripts in there, and aliases, functions, and environment variable files 2016-10-15 08:29:29 -05:00
.vimrc added vimrc and .vim dir for colors 2016-10-22 19:47:35 -05:00
install.sh fixed syntax error 2016-10-17 13:41:10 -05:00
LICENSE Initial commit 2016-10-14 03:30:05 -05:00
README.md fixed markdown mistake 2016-10-17 14:21:39 -05:00

dotfiles

Installation

git clone git@github.com:booboy/dotfiles.git
cd ~/.dotfiles

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.