dotfiles
Find a file
2016-10-17 12:41:03 -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 added html_doc.sh, more functions, ls aliases, and some more symlinks in install.sh 2016-10-17 03:18:20 -05:00
.bash_functions added html_doc.sh, more functions, ls aliases, and some more symlinks in install.sh 2016-10-17 03:18:20 -05:00
.bash_profile adjusted random bad spacing in some scripts 2016-10-15 08:34:21 -05:00
.env made some install scripts and a local copy of python 2016-10-16 07:41:03 -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
install.sh sourcing python.sh 2016-10-17 12:41:03 -05:00
LICENSE Initial commit 2016-10-14 03:30:05 -05:00
README.md added .bash_functions file 2016-10-15 08:05:02 -05:00

dotfiles

Installation

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

Source all of the files. Feel free to add to a script or just on cmd line

for DOTFILE in `find $HOME/dotfiles`
do
	[ -f “$DOTFILE” ] && source “$DOTFILE”
done