]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
11 years agotig.pl: Color refs.
Simon Ruderich [Mon, 11 Mar 2013 14:06:08 +0000 (15:06 +0100)]
tig.pl: Color refs.

11 years agotig.pl: Display refs after the author.
Simon Ruderich [Mon, 11 Mar 2013 13:50:11 +0000 (14:50 +0100)]
tig.pl: Display refs after the author.

11 years agogitconfig: Don't require <Return> in `git add --patch`.
Simon Ruderich [Mon, 11 Mar 2013 13:42:43 +0000 (14:42 +0100)]
gitconfig: Don't require <Return> in `git add --patch`.

11 years agosetup.sh: Minor documentation update.
Simon Ruderich [Mon, 11 Mar 2013 13:34:46 +0000 (14:34 +0100)]
setup.sh: Minor documentation update.

11 years agosetup.sh: Run `make` in vim/spell/ if it exists.
Simon Ruderich [Sun, 10 Mar 2013 23:08:39 +0000 (00:08 +0100)]
setup.sh: Run `make` in vim/spell/ if it exists.

11 years ago.gitignore: Update.
Simon Ruderich [Sun, 10 Mar 2013 23:08:24 +0000 (00:08 +0100)]
.gitignore: Update.

11 years ago.gitignore: Simplify.
Simon Ruderich [Sun, 10 Mar 2013 23:07:06 +0000 (00:07 +0100)]
.gitignore: Simplify.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 23:04:32 +0000 (00:04 +0100)]
setup.sh: Add set -e.

11 years agosetup.sh,shell/aliases: Only use `column -t` if it's available.
Simon Ruderich [Sun, 10 Mar 2013 22:54:45 +0000 (23:54 +0100)]
setup.sh,shell/aliases: Only use `column -t` if it's available.

11 years agosetup.sh: Don't use `which`.
Simon Ruderich [Sun, 10 Mar 2013 22:44:51 +0000 (23:44 +0100)]
setup.sh: Don't use `which`.

11 years agolib.sh: Add installed_path(), a portable `which`.
Simon Ruderich [Sun, 10 Mar 2013 22:43:39 +0000 (23:43 +0100)]
lib.sh: Add installed_path(), a portable `which`.

11 years agoarchive.sh: Skip nonexistent repositories.
Simon Ruderich [Sun, 10 Mar 2013 22:02:27 +0000 (23:02 +0100)]
archive.sh: Skip nonexistent repositories.

11 years agoarchive.sh: Don't overwrite an existing file/directory.
Simon Ruderich [Sun, 10 Mar 2013 21:58:56 +0000 (22:58 +0100)]
archive.sh: Don't overwrite an existing file/directory.

11 years agoarchive.sh: Cleanup.
Simon Ruderich [Sun, 10 Mar 2013 21:57:55 +0000 (22:57 +0100)]
archive.sh: Cleanup.

11 years agoarchive.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:54:50 +0000 (22:54 +0100)]
archive.sh: Add set -e.

11 years agoREADME: Minor documentation update.
Simon Ruderich [Sun, 10 Mar 2013 21:50:13 +0000 (22:50 +0100)]
README: Minor documentation update.

11 years agosetup.sh: Cleanup.
Simon Ruderich [Sun, 10 Mar 2013 21:49:16 +0000 (22:49 +0100)]
setup.sh: Cleanup.

11 years agolib.sh: Use `type` instead of `which`.
Simon Ruderich [Sun, 10 Mar 2013 21:46:29 +0000 (22:46 +0100)]
lib.sh: Use `type` instead of `which`.

`type` is more portable. Also remove the old `which` tests.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:45:31 +0000 (22:45 +0100)]
setup.sh: Add set -e.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:40:58 +0000 (22:40 +0100)]
setup.sh: Add set -e.

11 years ago*: License under GPL v3+.
Simon Ruderich [Sun, 10 Mar 2013 21:27:21 +0000 (22:27 +0100)]
*: License under GPL v3+.

11 years agosync.sh,update.sh: Remove.
Simon Ruderich [Sun, 10 Mar 2013 21:22:06 +0000 (22:22 +0100)]
sync.sh,update.sh: Remove.

Old unnecessary scripts, use git-recursive instead.

11 years agoscreenrc: Minor documentation update.
Simon Ruderich [Sun, 10 Mar 2013 20:50:46 +0000 (21:50 +0100)]
screenrc: Minor documentation update.

11 years agoscreenrc: Display window flags.
Simon Ruderich [Sun, 10 Mar 2013 20:37:11 +0000 (21:37 +0100)]
screenrc: Display window flags.

This also displays "-" for the last active window which is very useful.

11 years agossh_config: Mark default values.
Simon Ruderich [Sun, 10 Mar 2013 20:33:53 +0000 (21:33 +0100)]
ssh_config: Mark default values.

11 years agobundle/ctrlp: Update to version 1.79.
Simon Ruderich [Sun, 10 Mar 2013 15:04:27 +0000 (16:04 +0100)]
bundle/ctrlp: Update to version 1.79.

Which is commit c1646e3c28d75bcc834af4836f4c6e12296ba891.

11 years agossh_config: Disable unused authentication methods.
Simon Ruderich [Sun, 10 Mar 2013 14:36:11 +0000 (15:36 +0100)]
ssh_config: Disable unused authentication methods.

11 years agoscreenrc/tmux.conf: Increase scrollback buffer.
Simon Ruderich [Sun, 10 Mar 2013 14:32:30 +0000 (15:32 +0100)]
screenrc/tmux.conf: Increase scrollback buffer.

11 years agocrontab.d/update.sh: Documentation update.
Simon Ruderich [Sun, 10 Mar 2013 14:31:28 +0000 (15:31 +0100)]
crontab.d/update.sh: Documentation update.

11 years agosshd_config: Add ClientAlive* settings.
Simon Ruderich [Sun, 10 Mar 2013 14:18:26 +0000 (15:18 +0100)]
sshd_config: Add ClientAlive* settings.

11 years agosshd_config: Enable sftp.
Simon Ruderich [Tue, 5 Mar 2013 15:42:17 +0000 (16:42 +0100)]
sshd_config: Enable sftp.

11 years agotig.pl: Fix graphs with "_".
Simon Ruderich [Mon, 4 Mar 2013 03:02:18 +0000 (04:02 +0100)]
tig.pl: Fix graphs with "_".

11 years agosshd_config: Add.
Simon Ruderich [Wed, 27 Feb 2013 04:21:11 +0000 (05:21 +0100)]
sshd_config: Add.

11 years agosetup.sh: Don't create ~/.reminders from template.
Simon Ruderich [Sat, 16 Feb 2013 17:59:39 +0000 (18:59 +0100)]
setup.sh: Don't create ~/.reminders from template.

I don't use remind on all systems.

11 years agovimrc: Display unexpected BOM in statusline.
Simon Ruderich [Tue, 12 Feb 2013 21:53:03 +0000 (22:53 +0100)]
vimrc: Display unexpected BOM in statusline.

11 years agotig.pl: Add, tig-like log view.
Simon Ruderich [Mon, 11 Feb 2013 15:15:25 +0000 (16:15 +0100)]
tig.pl: Add, tig-like log view.

Used when tig is not available or broken.

Also add tig alias to gitconfig.

11 years agoshell/aliases: Use aliases for ll, la, lal.
Simon Ruderich [Sat, 9 Feb 2013 20:55:11 +0000 (21:55 +0100)]
shell/aliases: Use aliases for ll, la, lal.

11 years agoshell/aliases: Drop old Mercurial alias vqs.
Simon Ruderich [Sat, 9 Feb 2013 20:11:18 +0000 (21:11 +0100)]
shell/aliases: Drop old Mercurial alias vqs.

11 years agoscreenrc: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 20:10:39 +0000 (21:10 +0100)]
screenrc: Minor documentation update.

11 years agolessfilter: Use test.
Simon Ruderich [Sat, 9 Feb 2013 20:10:23 +0000 (21:10 +0100)]
lessfilter: Use test.

11 years agobin/srsync-incremental: Add set -e.
Simon Ruderich [Sat, 9 Feb 2013 20:08:54 +0000 (21:08 +0100)]
bin/srsync-incremental: Add set -e.

11 years agobin/srsync-incremental: Use `test`.
Simon Ruderich [Sat, 9 Feb 2013 20:08:17 +0000 (21:08 +0100)]
bin/srsync-incremental: Use `test`.

11 years agobin/notify.py: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 20:07:51 +0000 (21:07 +0100)]
bin/notify.py: Minor documentation update.

11 years agobin/mv-p: Rewrap for better readability.
Simon Ruderich [Sat, 9 Feb 2013 20:07:34 +0000 (21:07 +0100)]
bin/mv-p: Rewrap for better readability.

11 years agobin/calc: Add function to convert seconds to date.
Simon Ruderich [Sat, 9 Feb 2013 20:07:25 +0000 (21:07 +0100)]
bin/calc: Add function to convert seconds to date.

11 years agossh_config: Enable HashKnownHosts.
Simon Ruderich [Sat, 9 Feb 2013 19:59:15 +0000 (20:59 +0100)]
ssh_config: Enable HashKnownHosts.

11 years agossh_config: Disable PermitLocalCommand.
Simon Ruderich [Sat, 9 Feb 2013 19:57:43 +0000 (20:57 +0100)]
ssh_config: Disable PermitLocalCommand.

11 years agossh_config: Move ExitOnForwardFailure to forwarding settings.
Simon Ruderich [Sat, 9 Feb 2013 19:56:34 +0000 (20:56 +0100)]
ssh_config: Move ExitOnForwardFailure to forwarding settings.

11 years agossh_config: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 19:55:37 +0000 (20:55 +0100)]
ssh_config: Minor documentation update.

11 years agotmux-window.pl: Minor documentation fixes.
Simon Ruderich [Sat, 9 Feb 2013 19:54:22 +0000 (20:54 +0100)]
tmux-window.pl: Minor documentation fixes.

11 years agovimrc: Don't create ~/.vim/.netrwhist.
Simon Ruderich [Sat, 9 Feb 2013 20:18:57 +0000 (21:18 +0100)]
vimrc: Don't create ~/.vim/.netrwhist.

11 years agovimrc: Always open in the current window with CtrlP.
Simon Ruderich [Sat, 9 Feb 2013 20:17:39 +0000 (21:17 +0100)]
vimrc: Always open in the current window with CtrlP.

11 years agovimrc: Minor documentation updates.
Simon Ruderich [Sat, 9 Feb 2013 20:15:25 +0000 (21:15 +0100)]
vimrc: Minor documentation updates.

11 years agosetup.sh: Create zsh's cache/ directory.
Simon Ruderich [Sat, 2 Feb 2013 13:23:18 +0000 (14:23 +0100)]
setup.sh: Create zsh's cache/ directory.

11 years agobin: Add srandom-order. Pass files in random order to a program.
Simon Ruderich [Thu, 24 Jan 2013 16:37:40 +0000 (17:37 +0100)]
bin: Add srandom-order. Pass files in random order to a program.

11 years agobin: Add slocate, supdatedb. `locale` only for $HOME.
Simon Ruderich [Thu, 24 Jan 2013 16:35:35 +0000 (17:35 +0100)]
bin: Add slocate, supdatedb. `locale` only for $HOME.

11 years agovim/bundle/ctrlp: Update to 78303a2b5fe4fcfecda0de1c7832fad60859fb63.
Simon Ruderich [Sun, 20 Jan 2013 16:51:23 +0000 (17:51 +0100)]
vim/bundle/ctrlp: Update to 78303a2b5fe4fcfecda0de1c7832fad60859fb63.

11 years agobin/*.pl: Add missing die to close.
Simon Ruderich [Mon, 31 Dec 2012 01:12:53 +0000 (02:12 +0100)]
bin/*.pl: Add missing die to close.

11 years agoshell/env: Use test instead of [ and $HOME instead of ~.
Simon Ruderich [Mon, 31 Dec 2012 01:10:55 +0000 (02:10 +0100)]
shell/env: Use test instead of [ and $HOME instead of ~.

test and $HOME are more compatible. Not all shells support [ and expand
~.

11 years agoafter/syntax/diff.vim: Add highlights for GVim.
Simon Ruderich [Sun, 30 Dec 2012 22:14:28 +0000 (23:14 +0100)]
after/syntax/diff.vim: Add highlights for GVim.

11 years agovimrc: <SID> is only necessary for mappings.
Simon Ruderich [Sat, 29 Dec 2012 02:35:26 +0000 (03:35 +0100)]
vimrc: <SID> is only necessary for mappings.

11 years agogitconfig: Move ssk alias after ss alias.
Simon Ruderich [Fri, 28 Dec 2012 16:23:38 +0000 (17:23 +0100)]
gitconfig: Move ssk alias after ss alias.

11 years agobundle/ctrlp: Update to 5b98c7453f53453d4a0ebb5dc73d1f65ce676dcd.
Simon Ruderich [Thu, 20 Dec 2012 21:23:12 +0000 (22:23 +0100)]
bundle/ctrlp: Update to 5b98c7453f53453d4a0ebb5dc73d1f65ce676dcd.

11 years agogitconfig: Add missing # in comment.
Simon Ruderich [Thu, 20 Dec 2012 21:11:25 +0000 (22:11 +0100)]
gitconfig: Add missing # in comment.

11 years agogitconfig: Add --abbrev-commit to tig alias.
Simon Ruderich [Thu, 20 Dec 2012 21:10:58 +0000 (22:10 +0100)]
gitconfig: Add --abbrev-commit to tig alias.

11 years agozsh/rc: Don't change umask as root.
Simon Ruderich [Thu, 20 Dec 2012 20:42:24 +0000 (21:42 +0100)]
zsh/rc: Don't change umask as root.

11 years agossh_config: Document an undocumented ServerAlive* feature.
Simon Ruderich [Thu, 20 Dec 2012 20:41:45 +0000 (21:41 +0100)]
ssh_config: Document an undocumented ServerAlive* feature.

11 years agobin/{git-update.sh,git-update-all.sh}: Remove. No longer necessary.
Simon Ruderich [Thu, 20 Dec 2012 20:40:30 +0000 (21:40 +0100)]
bin/{git-update.sh,git-update-all.sh}: Remove. No longer necessary.

11 years agoshell/aliases: Use grep --color=auto if available.
Simon Ruderich [Thu, 20 Dec 2012 20:39:06 +0000 (21:39 +0100)]
shell/aliases: Use grep --color=auto if available.

11 years agozsh/rc: Handle fg in longrun_preexec().
Simon Ruderich [Thu, 20 Dec 2012 17:10:06 +0000 (18:10 +0100)]
zsh/rc: Handle fg in longrun_preexec().

11 years agozsh/rc: Display running time for long running processes.
Simon Ruderich [Thu, 20 Dec 2012 16:54:04 +0000 (17:54 +0100)]
zsh/rc: Display running time for long running processes.

Also send a bell to the terminal when the process is done.

11 years agozsh/rc: Also display fortune every 4 hours.
Simon Ruderich [Thu, 20 Dec 2012 16:38:40 +0000 (17:38 +0100)]
zsh/rc: Also display fortune every 4 hours.

11 years agozsh/rc: Prefer xpdf over zathura.
Simon Ruderich [Thu, 20 Dec 2012 16:35:42 +0000 (17:35 +0100)]
zsh/rc: Prefer xpdf over zathura.

11 years agoshell/aliases: Display complete size in du alias.
Simon Ruderich [Thu, 20 Dec 2012 16:33:18 +0000 (17:33 +0100)]
shell/aliases: Display complete size in du alias.

11 years agosetup.sh: Also link configuration file for newer htop versions.
Simon Ruderich [Thu, 20 Dec 2012 16:32:13 +0000 (17:32 +0100)]
setup.sh: Also link configuration file for newer htop versions.

11 years agolesskey: Minor documentation update.
Simon Ruderich [Thu, 20 Dec 2012 16:29:12 +0000 (17:29 +0100)]
lesskey: Minor documentation update.

11 years agolesskey: Don't use --search-skip-screen.
Simon Ruderich [Thu, 20 Dec 2012 16:19:39 +0000 (17:19 +0100)]
lesskey: Don't use --search-skip-screen.

11 years agosetup.sh: Link crontab into ~/.crontab.d if it's available.
Simon Ruderich [Fri, 14 Dec 2012 23:32:24 +0000 (00:32 +0100)]
setup.sh: Link crontab into ~/.crontab.d if it's available.

11 years agocrontab: Delete old CtrlP cache entries after a week.
Simon Ruderich [Fri, 14 Dec 2012 23:31:38 +0000 (00:31 +0100)]
crontab: Delete old CtrlP cache entries after a week.

11 years agocrontab.d: Add, directory for crontab snippets.
Simon Ruderich [Fri, 14 Dec 2012 23:28:59 +0000 (00:28 +0100)]
crontab.d: Add, directory for crontab snippets.

~/.crontab.d can be used by other configuration files (e.g. vim) to
provide crontab entries which are then loaded by `update.sh` in the
crontab entry of the current user.

11 years agosetup.sh: Split in sections "{DIRECTORY,FILE,LINK} SETUP".
Simon Ruderich [Fri, 14 Dec 2012 23:19:29 +0000 (00:19 +0100)]
setup.sh: Split in sections "{DIRECTORY,FILE,LINK} SETUP".

11 years agosetup.sh: Add set -e.
Simon Ruderich [Fri, 14 Dec 2012 23:18:41 +0000 (00:18 +0100)]
setup.sh: Add set -e.

11 years agoscreenrc: Add bindings for fast switching to windows 20-29.
Simon Ruderich [Fri, 14 Dec 2012 23:17:34 +0000 (00:17 +0100)]
screenrc: Add bindings for fast switching to windows 20-29.

11 years agossh_config: Improve comment for ControlPath.
Simon Ruderich [Thu, 13 Dec 2012 23:17:58 +0000 (00:17 +0100)]
ssh_config: Improve comment for ControlPath.

11 years agovimrc: Use 'noignorecase' for * and #.
Simon Ruderich [Sun, 2 Dec 2012 22:06:44 +0000 (23:06 +0100)]
vimrc: Use 'noignorecase' for * and #.

11 years agovimrc: Fix compatibility with Vim 6.4 and later.
Simon Ruderich [Sun, 2 Dec 2012 21:56:34 +0000 (22:56 +0100)]
vimrc: Fix compatibility with Vim 6.4 and later.

11 years agovimrc: Don't display unexpected 'fileencoding' for help files.
Simon Ruderich [Sun, 2 Dec 2012 21:50:43 +0000 (22:50 +0100)]
vimrc: Don't display unexpected 'fileencoding' for help files.

11 years agovimrc: Display unexpected 'fileformat'/'fileencoding' in statusline.
Simon Ruderich [Sun, 2 Dec 2012 21:37:21 +0000 (22:37 +0100)]
vimrc: Display unexpected 'fileformat'/'fileencoding' in statusline.

11 years agobundle/ctrlp: Update to f1acbbc503f44fc6d9c057fa593733e4f074da5d.
Simon Ruderich [Sun, 2 Dec 2012 21:21:55 +0000 (22:21 +0100)]
bundle/ctrlp: Update to f1acbbc503f44fc6d9c057fa593733e4f074da5d.

11 years agoftplugin/tex/tex.xpt.vim: Add `[text?]^ to description's \item.
Simon Ruderich [Sun, 2 Dec 2012 21:07:40 +0000 (22:07 +0100)]
ftplugin/tex/tex.xpt.vim: Add `[text?]^ to description's \item.

11 years agoafter/syntax/perl.vim: Fix regex for continue/break.
Simon Ruderich [Sun, 2 Dec 2012 21:06:50 +0000 (22:06 +0100)]
after/syntax/perl.vim: Fix regex for continue/break.

11 years agoafter/syntax/perl.vim: Mark continue and break as Errors.
Simon Ruderich [Sun, 2 Dec 2012 21:01:20 +0000 (22:01 +0100)]
after/syntax/perl.vim: Mark continue and break as Errors.

The Perl keywords for loops are called next and last and though continue
and break are valid Perl keywords I never use them.

11 years agoafter/syntax/perl.vim: Use SpecialComment for shebangs.
Simon Ruderich [Sun, 2 Dec 2012 20:55:47 +0000 (21:55 +0100)]
after/syntax/perl.vim: Use SpecialComment for shebangs.

11 years agoafter/ftplugin/mail.vim: Fix documentation typo.
Simon Ruderich [Sun, 2 Dec 2012 20:53:01 +0000 (21:53 +0100)]
after/ftplugin/mail.vim: Fix documentation typo.

11 years agovimrc: Minor documentation update.
Simon Ruderich [Sun, 2 Dec 2012 20:52:48 +0000 (21:52 +0100)]
vimrc: Minor documentation update.

11 years agovim/after/syntax/gitcommit.vim: Don't fold diffs.
Simon Ruderich [Sun, 2 Dec 2012 20:45:12 +0000 (21:45 +0100)]
vim/after/syntax/gitcommit.vim: Don't fold diffs.

11 years agogitconfig: Rename glog to tig and add --decorate.
Simon Ruderich [Fri, 30 Nov 2012 02:17:02 +0000 (03:17 +0100)]
gitconfig: Rename glog to tig and add --decorate.

11 years agoafter/ftplugin/mail.vim: Fix regex to remove spaces after quotes.
Simon Ruderich [Mon, 26 Nov 2012 19:57:42 +0000 (20:57 +0100)]
after/ftplugin/mail.vim: Fix regex to remove spaces after quotes.

Broken in 5f16623bed6d265a859e6559fb2860f80f285302.

11 years agovimrc: Check if 'splitright' is available.
Simon Ruderich [Tue, 20 Nov 2012 22:02:45 +0000 (23:02 +0100)]
vimrc: Check if 'splitright' is available.

Also move it to a the EDITOR section.

11 years agovimrc: Use echoerr to warn about possible template files.
Simon Ruderich [Tue, 20 Nov 2012 21:23:35 +0000 (22:23 +0100)]
vimrc: Use echoerr to warn about possible template files.

echohl WarningMsg ... echohl None doesn't always display the message,
even with redraw.