aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary spaces in install scriptTom Ryder2013-07-181-1/+1
|
* More instructive header for READMETom Ryder2013-07-181-6/+6
| | | | Given that "Dotfiles" is hardly a unique project name
* Follow redirects with cURLTom Ryder2013-07-181-0/+2
|
* Renamed most of my awesome tagsTom Ryder2013-07-181-4/+4
|
* Improve instructions a bitTom Ryder2013-07-181-10/+7
|
* Start using ack more seriouslyTom Ryder2013-07-183-2/+11
|
* Replace gundo with undotreeTom Ryder2013-07-173-4/+4
|
* Add basic .ackrcTom Ryder2013-07-122-0/+3
|
* Update install script to add bash_profileTom Ryder2013-07-121-9/+10
|
* Tidier layout, start using .bash_profile againTom Ryder2013-07-123-4/+7
| | | | Shouldn't refer to Bash stuff in Bourne shell profile
* May as well add my Taskwarrior configTom Ryder2013-07-121-0/+7
| | | | Just in case it's useful to someone, but I only use it on one machine
* Fix .gitmodules configurationTom Ryder2013-07-121-16/+22
|
* Add cURL configuration fileTom Ryder2013-07-122-0/+5
|
* Automatically attempt to decrypt inline PGPTom Ryder2013-07-111-0/+3
|
* Add syntax files for TwigTom Ryder2013-07-112-0/+3
|
* 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
* Use vnoremap not xnoremapTom Ryder2013-07-101-1/+1
| | | | More compatible and I never use select mode anyway
* Upgrading ctrlpTom Ryder2013-07-091-0/+0
|
* Add Vim GnuPG pluginTom Ryder2013-07-092-0/+3
|
* Remove double-upTom Ryder2013-07-041-4/+1
|
* Should have been using these years ago reallyTom Ryder2013-07-031-0/+4
|
* Don't keep viminfo for temporary/sensitive filesTom Ryder2013-07-031-0/+12
|
* Make & act sanelyTom Ryder2013-07-031-0/+4
| | | | | Per @tpope's sensible.vim; & repeats the last substitution, but doesn't preserve flags, which you would almost always want to do.
* Improved instructionsTom Ryder2013-07-031-3/+4
|
* Much friendlier and tidier install scriptTom Ryder2013-07-031-43/+52
|
* Local variable no longer neededTom Ryder2013-07-031-1/+1
|
* Force status check to work around cache problemTom Ryder2013-07-031-0/+1
|
* Use exit values directly for these callsTom Ryder2013-07-031-2/+2
|
* More compatible branch calculationTom Ryder2013-07-031-2/+3
| | | | Still using some old Debian Squeeze servers
* Much smarter Git branch findingTom Ryder2013-07-031-2/+3
|
* Much-improved git prompt functionTom Ryder2013-07-031-3/+12
| | | | | | Thanks to @necolas: <https://github.com/necolas/dotfiles/blob/master/bash/bash_prompt#L60-L111>
* Explicitly set timezone for profilesTom Ryder2013-07-032-0/+4
|
* Nice syntax for ANDTom Ryder2013-06-251-1/+1
|
* Updating Vim submodulesTom Ryder2013-06-255-0/+0
|
* Somehow misplaced my "shut up mail" rulesTom Ryder2013-06-251-0/+4
|
* Just check ls/grep option calls onceTom Ryder2013-06-242-4/+6
|
* Fix broken return value prompt elementTom Ryder2013-06-241-2/+2
|
* Remove Bashism from Bourne shell profileTom Ryder2013-06-241-1/+1
|
* Discard stderr from command callsTom Ryder2013-06-241-2/+2
| | | | | Looks like older versions of Bash emit well-intended error messages if the command is not found that newer ones don't
* Sharing keychain(1) profile scriptTom Ryder2013-06-242-0/+7
| | | | | | Designed to be a quiet no-op on systems where keychain(1) is unavailable, and not to bleat about missing keys, trying the three default ones
* Use correct Bash arguments expansionTom Ryder2013-06-231-2/+2
|
* Preserve options for cd aliasTom Ryder2013-06-231-4/+10
| | | | Also better explanatory notes
* Don't cache stuff in sensitive filesTom Ryder2013-06-211-1/+22
| | | | | | | Discovered pass(1) was saving backup, undo, and swap files in plaintext on my machine. These settings stop it. Also gave an existing augroup a nicer name.
* Add very basic Perl::Critic configurationTom Ryder2013-06-211-0/+5
|
* Refine initial tmux environmentTom Ryder2013-06-211-2/+3
|
* Don't need tmux to make login shellsTom Ryder2013-06-211-0/+3
|
* Hold GnuPG keys for longerTom Ryder2013-06-211-2/+2
|
* Fix newsbeuter install pathTom Ryder2013-06-201-1/+1
|
* Add one profile.d scriptTom Ryder2013-06-202-0/+10
| | | | Mostly because git doesn't do empty dirs
* Let SSH_CONNECTION be updated in tmux envTom Ryder2013-06-201-2/+2
| | | | But nothing else!