Commit graph

44 commits

Author SHA1 Message Date
root
4d6f32002d added color options to install.sh 2017-09-17 04:51:13 -05:00
booboy
7c3e1c7fae changed one small thing in .vimrc and .bashrc 2017-09-07 11:59:11 -05:00
booboy
1026a621a6 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
Brendan McDevitt
bcdbae130b lots of new vim changes 2017-09-01 14:17:49 -04:00
Brendan McDevitt
c05aa86da1 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
Brendan McDevitt
729981e578 renamed .env symlink to .envars 2017-08-10 03:35:06 -04:00
Brendan McDevitt
860a305c35 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
Brendan McDevitt
62ac9114df added supertab vimball to install tab completion later 2017-08-09 13:49:25 -04:00
Brendan McDevitt
123b739fd0 removed lines referencing local python install in README 2017-08-09 13:28:57 -04:00
Brendan McDevitt
b0f9112523 updated vimrc to have PEP8 python standards by default 2017-08-09 13:27:38 -04:00
Brendan McDevitt
239b3e39dd 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
Brendan McDevitt
e2e879cc81 added tcp and udp function 2017-06-21 11:12:11 -05:00
Brendan McDevitt
c6c92ae979 added a function 2017-05-11 11:53:11 -05:00
Brendan McDevitt
39f39c4e14 added some more functions and a new env variable 2017-03-28 13:00:13 -05:00
Brendan McDevitt
5dc24c088c added multiplication_table function to .bash_functions 2017-03-28 12:58:05 -05:00
Brendan McDevitt
cc60c3a645 added function swap_used() to .bash_functions 2017-01-31 00:52:06 -06:00
Brendan McDevitt
3d1a465c55 added cve_lookup function to .bash_functions 2017-01-30 22:30:01 -06:00
Brendan McDevitt
1cc527954b updated .env to include term colors to comment out for root or normal user 2016-11-18 06:50:09 -06:00
Brendan McDevitt
6922ddea9f added Grep alias 2016-11-11 10:19:51 -06:00
Brendan McDevitt
6783e33251 added HISTTIMEFORMAT to .env for history file timestamp logging 2016-11-09 00:55:11 -06:00
Brendan McDevitt
514d455082 edited .bash_aliases grep regex to include all of the function names in .bash_functions 2016-11-08 20:18:36 -06:00
Brendan McDevitt
04742e3035 added ls alias 2016-11-04 23:28:47 -05:00
Brendan McDevitt
fa8aa95695 added vimrc and .vim dir for colors 2016-10-22 19:47:35 -05:00
Brendan McDevitt
0c27a39162 .env made \w for absolute path in PS1 2016-10-20 05:13:22 -05:00
Brendan McDevitt
71072945e7 made ps1 pretty :) 2016-10-20 05:04:53 -05:00
Brendan McDevitt
a8d765c69f added alias functions to list functions provided in the .bash_functions file 2016-10-17 15:04:00 -05:00
Brendan McDevitt
c248930230 fixed markdown mistake 2016-10-17 14:21:39 -05:00
Brendan McDevitt
c78ce45a74 tested install.sh with sourcing it. updated README.md to include instructions on how to do the test 2016-10-17 14:18:40 -05:00
Brendan McDevitt
a34502935e fixed sqrt function that had an extra { in it 2016-10-17 13:55:48 -05:00
Brendan McDevitt
3cfe5fd0e0 fixed syntax error 2016-10-17 13:41:10 -05:00
Brendan McDevitt
ef92c5188f sourcing python.sh 2016-10-17 12:41:03 -05:00
Brendan McDevitt
4644e789d4 added html_doc.sh, more functions, ls aliases, and some more symlinks in install.sh 2016-10-17 03:18:20 -05:00
Brendan McDevitt
4663dbc490 trivial things like spacing again 2016-10-16 09:42:03 -05:00
Brendan McDevitt
e382025b68 fixed spacing with some files 2016-10-16 09:35:31 -05:00
Brendan McDevitt
ca73caf977 added get-pip.py to the pip.sh script so pip can be installed if using an older version of python 2016-10-16 09:14:40 -05:00
Brendan McDevitt
7af0343324 trying to get PATH working properly for python installation 2016-10-16 08:31:52 -05:00
Brendan McDevitt
8152e56503 made some install scripts and a local copy of python 2016-10-16 07:41:03 -05:00
Brendan McDevitt
6401c1ea67 added lots of functions and some more scripts in bin 2016-10-16 03:48:44 -05:00
Brendan McDevitt
d691dd5497 adjusted random bad spacing in some scripts 2016-10-15 08:34:21 -05:00
Brendan McDevitt
42757d42e0 added bin dir, some scripts in there, and aliases, functions, and environment variable files 2016-10-15 08:29:29 -05:00
Brendan McDevitt
d022f9a874 added .bash_functions file 2016-10-15 08:05:02 -05:00
Brendan McDevitt
a7cccbe38f Merge branch 'master' of https://github.com/booboy/dotfiles 2016-10-14 03:35:44 -05:00
Brendan McDevitt
817982ab08 Initial commit 2016-10-14 03:30:05 -05:00
Brendan McDevitt
ad1a00ebae just added original README.md 2016-10-14 03:22:45 -05:00