dotfiles
Find a file
2017-08-10 03:35:06 -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
extra renamed .env to .envars because python autoenv was conflicting because it needs .env as a filename for its virtual environment activation upon cding into a dir with a .env filename 2017-08-10 03:32:54 -04: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 renamed .env to .envars because python autoenv was conflicting because it needs .env as a filename for its virtual environment activation upon cding into a dir with a .env filename 2017-08-10 03:32:54 -04:00
.envars renamed .env to .envars because python autoenv was conflicting because it needs .env as a filename for its virtual environment activation upon cding into a dir with a .env filename 2017-08-10 03:32:54 -04: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 renamed .env symlink to .envars 2017-08-10 03:35:06 -04:00
install.sh renamed .env symlink to .envars 2017-08-10 03:35:06 -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

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.