aboutsummaryrefslogtreecommitdiff
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* Version terminfo sources and compile on installTom Ryder2013-09-281-1/+7
|
* Use consistent negative test syntaxTom Ryder2013-09-181-1/+1
|
* Add Ncmpcpp configurationTom Ryder2013-09-171-2/+6
|
* Added basic dotfiles for mysql/psqlTom Ryder2013-09-161-1/+6
|
* Switched window managers from awesome to i3Tom Ryder2013-09-141-1/+1
| | | | No hard feelings, awesome
* Move ~/.config create to more logical placeTom Ryder2013-09-101-1/+1
|
* Hardcode install script name in error outputTom Ryder2013-09-091-2/+2
| | | | $0 is unreliable/misleading
* Leading comment block explaining install scriptTom Ryder2013-09-071-0/+24
|
* Fail early if we can't find git(1) on installTom Ryder2013-09-071-0/+6
|
* Include script name in error messageTom Ryder2013-09-071-1/+1
|
* Remove unnecessary spacesTom Ryder2013-09-071-14/+14
|
* Move mkdir(1) calls into clearer contextTom Ryder2013-09-071-4/+2
|
* Create function for safe removal/linkingTom Ryder2013-09-071-27/+48
| | | | | Mostly to get around portability issues; I assumed too much about ln(1) on systems besides GNU/Linux
* Consistently use arg 2 of ln(1) as name of linkTom Ryder2013-09-071-4/+4
| | | | | And not the name of an existing directory into which the link should be placed; more for clarity than practicality
* Remove non-portable -v from mkdir(1) callsTom Ryder2013-09-071-3/+3
|
* Hook prevents loading unwanted bash-completionTom Ryder2013-08-281-16/+17
| | | | This speeds up logins by a *lot*
* Don't expand arithmetic operation on OPTINDTom Ryder2013-08-261-1/+1
|
* More conservative expansions for install scriptTom Ryder2013-08-261-30/+30
|
* More sensible use of printfTom Ryder2013-08-261-1/+1
|
* Standardise use of printfTom Ryder2013-08-211-1/+1
|
* Remove unneeded quoting in case statementTom Ryder2013-08-201-1/+1
| | | | | | Wordsplitting is not done for case <WORD>: <http://wiki.bash-hackers.org/syntax/ccmd/case>
* Remove unnecessary quoting in simple assignmentsTom Ryder2013-08-201-1/+1
|
* Fix dotfiles dir existence testTom Ryder2013-08-201-1/+1
| | | | Should have been using -d, not -n
* Remove unneeded quoting within [[ ]]Tom Ryder2013-08-201-1/+1
|
* Use printf in preference to echoTom Ryder2013-08-131-1/+1
|
* Use consistent style for while blockTom Ryder2013-08-131-2/+1
|
* Remove unneeded braces in expansionTom Ryder2013-08-131-1/+1
|
* Quote expansions properlyTom Ryder2013-08-131-2/+2
|
* Use conventional syntax for if blockTom Ryder2013-08-131-2/+1
|
* Bracing variable for safetyTom Ryder2013-07-301-1/+1
|
* Add missed exit 1 callTom Ryder2013-07-301-0/+1
|
* Check for existence of dotfiles dirTom Ryder2013-07-301-1/+5
|
* Remove not-very-helpful Bash option headersTom Ryder2013-07-301-6/+0
|
* Use double hyphen to terminate option parsingTom Ryder2013-07-301-31/+31
|
* Quote variables for best practicesTom Ryder2013-07-301-32/+32
|
* Remove unused option id from getoptsTom Ryder2013-07-211-1/+1
|
* Drop whitespace before closing parenTom Ryder2013-07-211-1/+1
|
* May as well start versioning logout fileTom Ryder2013-07-191-0/+1
|
* Make git config part of standard installTom Ryder2013-07-181-6/+4
| | | | Frees up -g as an option for install GnuPG
* Remove unnecessary spaces in install scriptTom Ryder2013-07-181-1/+1
|
* Start using ack more seriouslyTom Ryder2013-07-181-2/+8
|
* Add basic .ackrcTom Ryder2013-07-121-0/+1
|
* Update install script to add bash_profileTom Ryder2013-07-121-9/+10
|
* Add cURL configuration fileTom Ryder2013-07-121-0/+1
|
* Be noisier during submodule retrievalTom Ryder2013-07-101-1/+1
| | | | | No particular reason to be quiet in the script, better to inform me what's going on
* Much friendlier and tidier install scriptTom Ryder2013-07-031-43/+52
|
* Fix newsbeuter install pathTom Ryder2013-06-201-1/+1
|
* Massive overhaul of structure for Bash filesTom Ryder2013-06-201-3/+7
| | | | | | | | | | | * No longer using .bash_logout * No longer using .bash_profile, using POSIX-compliant .profile * instead; in particular, moved most of environment settings into .profile * Moved some of the separable functionality of both .profile and .bashrc into subdirectories (some scripts shared, some not) * Tidied implementation of ls/grep aliases * Updated install script to reflect all of the above
* Set up my environment vars correctlyTom Ryder2013-06-191-0/+1
|
* Update install scriptTom Ryder2013-05-191-14/+21
|