dotfiles
Find a file
2017-09-17 04:51:13 -05:00
.vim lots of new vim changes 2017-09-01 14:17:49 -04: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 added a script .env_deactivate which lives at the base bin/git dir and .env_activate which lives in each git projects dir. these files should be renamde to .env to allow python autoenv to do its magic 2017-08-10 04:28:28 -04:00
.bash_aliases added Grep alias 2016-11-11 10:19:51 -06:00
.bash_functions fixed error that was happening with .bash_functions and made install.sh symlink .vim and .vimrc to users home dir 2017-09-06 22:45:34 -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 added color options to install.sh 2017-09-17 04:51:13 -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 changed one small thing in .vimrc and .bashrc 2017-09-07 11:59:11 -05:00
install.sh added color options to install.sh 2017-09-17 04:51:13 -05: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.