aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add commentary to the cryptic GnuPG conf fileTom Ryder2013-11-041-0/+34
|
* Bash 2.0 compatible syntax; type -P is newTom Ryder2013-11-041-1/+2
|
* Wrote a function called 'vis' for editing scriptsTom Ryder2013-11-041-0/+33
|
* Fix newline error in cd error printTom Ryder2013-10-311-1/+1
|
* Explain GnuPG configuration tweaksTom Ryder2013-10-301-4/+7
|
* Retrieve keys over hkps:// per RiseUp guideTom Ryder2013-10-301-2/+2
| | | | | | | | | | <https://we.riseup.net/riseuplabs+paow/openpgp-best-practices#consider-making-your-default-keyserver-use-a-keyse> The keyserver pool CA needs to be installed for this to work. On Debian: # curl https://sks-keyservers.net/sks-keyservers.netCA.pem \ > /usr/local/share/ca-certificates/sks-keyservers.netCA.crt # update-ca-certificates
* Don't need to specify key ID, only using one nowTom Ryder2013-10-301-1/+0
|
* Link in urxvt(1) files during X installTom Ryder2013-10-281-0/+1
|
* Correct error in commentTom Ryder2013-10-251-1/+1
|
* Add new aliasTom Ryder2013-10-242-0/+7
|
* Replace Vim functions with simple aliasesTom Ryder2013-10-231-9/+3
|
* Remove double-up testTom Ryder2013-10-231-2/+2
|
* Remove st(1) from dotfilesTom Ryder2013-10-224-557/+1
| | | | | Keeping it installed but will continue using urxvt(1) as the actual workhorse
* I have a *nix laptop now, so need to watch batteryTom Ryder2013-10-221-0/+6
|
* Refine completions with builtin compspecsTom Ryder2013-10-211-12/+32
|
* Do tell me about mail if I'm likely to careTom Ryder2013-10-211-2/+6
|
* Move bell alias into aliases fileTom Ryder2013-10-212-9/+3
|
* Markers for lines that continue offscreenTom Ryder2013-10-211-0/+4
|
* Use shorthand for null-variable checkTom Ryder2013-10-201-1/+1
|
* Make failed loading due to old Bash explicitTom Ryder2013-10-192-0/+6
|
* Describe completion policyTom Ryder2013-10-181-0/+17
|
* Update description of shell files ignore schemeTom Ryder2013-10-171-1/+5
|
* Start versioning all .profile.d filesTom Ryder2013-10-171-7/+0
|
* Check for presence of binaries before script setupTom Ryder2013-10-168-15/+43
|
* Add completion for pass(1)Tom Ryder2013-10-161-0/+50
|
* Start versioning all bashrc.d filesTom Ryder2013-10-161-19/+0
|
* Move TTY/GPG_TTY exports into profileTom Ryder2013-10-163-0/+14
|
* Add completion for GnuPGTom Ryder2013-10-162-0/+23
|
* Use default completion on empty COMPREPLYTom Ryder2013-10-123-3/+6
|
* Adjust declarations of local vars in compspecsTom Ryder2013-10-123-6/+6
|
* Inline unneeded variable in completion functionTom Ryder2013-10-121-2/+1
|
* Add .netrc completion for ftp(1)Tom Ryder2013-10-122-0/+32
|
* Add note about unimpaired's pasting mapsTom Ryder2013-10-121-1/+2
|
* Show dotfiles in netrwTom Ryder2013-10-121-1/+1
|
* Remove markdown pluginTom Ryder2013-10-122-4/+0
| | | | | Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed.
* Remove .gitmodules for deleted pluginsTom Ryder2013-10-121-8/+0
|
* Remove nextagTom Ryder2013-10-121-0/+0
| | | | t> and T> are proving to be all I need personally
* Remove characterizeTom Ryder2013-10-121-0/+0
| | | | Expensive to load and not used often enough to justify it
* Add a few best practice settingsTom Ryder2013-10-111-0/+4
| | | | <https://we.riseup.net/riseuplabs+paow/openpgp-best-practices>
* Updated submodulesTom Ryder2013-10-081-0/+0
|
* Apply sensible setting to 'switchbuf'Tom Ryder2013-10-081-0/+8
| | | | Turns out I've been using Vim completely wrong.
* Add simple term information to READMETom Ryder2013-10-061-0/+1
|
* Got a comment backwardsTom Ryder2013-10-011-1/+1
|
* List X-related env vars to hose properlyTom Ryder2013-10-011-1/+6
| | | | Turns out I can't read
* Add j to formatoptions if possibleTom Ryder2013-10-011-0/+6
|
* Add config header for st(1)Tom Ryder2013-09-301-0/+362
|
* Reversing previous commit; didn't workTom Ryder2013-09-304-10/+10
|
* Remove leading spaces for terminfo compatibilityTom Ryder2013-09-304-10/+10
|
* Work around annoying bug in Debian keychain(1)Tom Ryder2013-09-301-1/+2
| | | | <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512840>
* Trying out st(1) again for a bitTom Ryder2013-09-281-1/+1
|