dotfiles
Find a file
2017-08-09 13:49:25 -04: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
.bash_aliases added Grep alias 2016-11-11 10:19:51 -06:00
.bash_functions added tcp and udp function 2017-06-21 11:12:11 -05:00
.bash_profile adjusted random bad spacing in some scripts 2016-10-15 08:34:21 -05:00
.env updated .env to include term colors to comment out for root or normal user 2016-11-18 06:50:09 -06: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 updated vimrc to have PEP8 python standards by default 2017-08-09 13:27:38 -04:00
install.sh removed user python stuff since i learned more about python you can use virtual environments instead which is much more efficient than a local installation of python 2017-08-09 13:10:03 -04:00
LICENSE Initial commit 2016-10-14 03:30:05 -05:00
README.md removed lines referencing local python install in README 2017-08-09 13:28:57 -04:00
supertab.vmb added supertab vimball to install tab completion later 2017-08-09 13:49:25 -04: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.