]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
12 years agogitconfig: Don't use long option names for git branch.
Simon Ruderich [Sat, 1 Sep 2012 20:56:33 +0000 (22:56 +0200)]
gitconfig: Don't use long option names for git branch.

git branch only supports short options in (more or less) recent git
versions.

12 years agohtoprc: Add Vim modeline.
Simon Ruderich [Sat, 1 Sep 2012 17:26:51 +0000 (19:26 +0200)]
htoprc: Add Vim modeline.

12 years agozsh/rc: Don't use add-zsh-hook.
Simon Ruderich [Thu, 30 Aug 2012 17:47:16 +0000 (19:47 +0200)]
zsh/rc: Don't use add-zsh-hook.

Instead append to *_functions directly.

Also delete old compatibility file.

12 years agozsh/rc: Fix version check for test versions.
Simon Ruderich [Thu, 30 Aug 2012 17:42:44 +0000 (19:42 +0200)]
zsh/rc: Fix version check for test versions.

E.g. 4.3.12-test-2 is newer than 4.3.5.

12 years agozsh/rc: Add global alias LS (2>&1 | less -S).
Simon Ruderich [Wed, 29 Aug 2012 16:31:46 +0000 (18:31 +0200)]
zsh/rc: Add global alias LS (2>&1 | less -S).

12 years agozsh/rc: Fix typo in documentation.
Simon Ruderich [Wed, 29 Aug 2012 16:30:34 +0000 (18:30 +0200)]
zsh/rc: Fix typo in documentation.

12 years agozsh/rc: Update documentation for global aliases.
Simon Ruderich [Wed, 29 Aug 2012 16:27:44 +0000 (18:27 +0200)]
zsh/rc: Update documentation for global aliases.

12 years agozsh/rc: Add global aliases A (| awk) and P (| perl).
Simon Ruderich [Wed, 29 Aug 2012 16:24:40 +0000 (18:24 +0200)]
zsh/rc: Add global aliases A (| awk) and P (| perl).

12 years agozsh/rc: Sort global aliases.
Simon Ruderich [Wed, 29 Aug 2012 16:24:18 +0000 (18:24 +0200)]
zsh/rc: Sort global aliases.

12 years agozsh/rc: Remove a few indirections in aliases.
Simon Ruderich [Wed, 29 Aug 2012 16:22:51 +0000 (18:22 +0200)]
zsh/rc: Remove a few indirections in aliases.

12 years agozsh/rc: Create program functions only if the programs are installed.
Simon Ruderich [Wed, 29 Aug 2012 16:20:42 +0000 (18:20 +0200)]
zsh/rc: Create program functions only if the programs are installed.

12 years agobin/srsync-incremental: Only match directories when searching for --link-dest.
Simon Ruderich [Wed, 29 Aug 2012 16:17:50 +0000 (18:17 +0200)]
bin/srsync-incremental: Only match directories when searching for --link-dest.

12 years agobin/srsync-incremental: Use --itemize-changes.
Simon Ruderich [Wed, 29 Aug 2012 16:17:12 +0000 (18:17 +0200)]
bin/srsync-incremental: Use --itemize-changes.

12 years agobin/srsync-incremental: Add, incremental backups with rsync.
Simon Ruderich [Wed, 29 Aug 2012 16:07:01 +0000 (18:07 +0200)]
bin/srsync-incremental: Add, incremental backups with rsync.

12 years agobin/print-constant.pl: Add, print values of C constants.
Simon Ruderich [Tue, 28 Aug 2012 20:50:46 +0000 (22:50 +0200)]
bin/print-constant.pl: Add, print values of C constants.

12 years agozsh/rc: Improve documentation for matcher-list.
Simon Ruderich [Tue, 28 Aug 2012 17:12:28 +0000 (19:12 +0200)]
zsh/rc: Improve documentation for matcher-list.

12 years agovimrc: Add j to 'formatoptions' if available.
Simon Ruderich [Mon, 27 Aug 2012 18:15:47 +0000 (20:15 +0200)]
vimrc: Add j to 'formatoptions' if available.

12 years agovim/ftplugin/*/*.xpt.vim: Prevent errors if XPTemplate is not installed.
Simon Ruderich [Mon, 27 Aug 2012 14:55:42 +0000 (16:55 +0200)]
vim/ftplugin/*/*.xpt.vim: Prevent errors if XPTemplate is not installed.

12 years agomplayer/config: Disable the mouse.
Simon Ruderich [Sat, 18 Aug 2012 12:37:00 +0000 (14:37 +0200)]
mplayer/config: Disable the mouse.

12 years agovim/colors/simon.vim: Add support for GVim.
Simon Ruderich [Sun, 12 Aug 2012 18:19:23 +0000 (20:19 +0200)]
vim/colors/simon.vim: Add support for GVim.

12 years agovim/colors/simon.vim: Add examples for statementControl highlight.
Simon Ruderich [Sat, 11 Aug 2012 20:22:48 +0000 (22:22 +0200)]
vim/colors/simon.vim: Add examples for statementControl highlight.

12 years agovim/colors/simon.vim: Documentation update.
Simon Ruderich [Sat, 11 Aug 2012 20:22:31 +0000 (22:22 +0200)]
vim/colors/simon.vim: Documentation update.

12 years agogitconfig: Add missing timezone in reference.
Simon Ruderich [Sat, 11 Aug 2012 20:12:45 +0000 (22:12 +0200)]
gitconfig: Add missing timezone in reference.

12 years agogitconfig: Add rp alias. Pushes to all remotes.
Simon Ruderich [Sat, 11 Aug 2012 03:04:34 +0000 (05:04 +0200)]
gitconfig: Add rp alias. Pushes to all remotes.

12 years agogitconfig: Add diff color settings.
Simon Ruderich [Sat, 11 Aug 2012 02:59:03 +0000 (04:59 +0200)]
gitconfig: Add diff color settings.

Similar to my `colordiff` setup.

12 years agogitconfig: Fix indentation.
Simon Ruderich [Sat, 11 Aug 2012 02:40:20 +0000 (04:40 +0200)]
gitconfig: Fix indentation.

No other changes.

12 years agogitconfig: Reorder some aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:38:29 +0000 (04:38 +0200)]
gitconfig: Reorder some aliases.

12 years agogitconfig: Add dw and dcw aliases (diff --patience [--cached] --color-words).
Simon Ruderich [Sat, 11 Aug 2012 02:37:26 +0000 (04:37 +0200)]
gitconfig: Add dw and dcw aliases (diff --patience [--cached] --color-words).

12 years agogitconfig: Group aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:36:30 +0000 (04:36 +0200)]
gitconfig: Group aliases.

12 years agogitconfig: Use long options in aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:28:20 +0000 (04:28 +0200)]
gitconfig: Use long options in aliases.

12 years agozsh/rc: Fix indentation.
Simon Ruderich [Tue, 7 Aug 2012 12:43:24 +0000 (14:43 +0200)]
zsh/rc: Fix indentation.

12 years agozsh/rc: Add option to use tmux instead of screen.
Simon Ruderich [Tue, 7 Aug 2012 12:42:13 +0000 (14:42 +0200)]
zsh/rc: Add option to use tmux instead of screen.

Can be configured in zsh/rc.local.

12 years agovim/ftplugin/perl/perl.xpt.vim: Add missing year default.
Simon Ruderich [Thu, 2 Aug 2012 16:42:38 +0000 (18:42 +0200)]
vim/ftplugin/perl/perl.xpt.vim: Add missing year default.

12 years agovim/ftplugin: Add XPTemplate file skeletons for C and Perl.
Simon Ruderich [Thu, 2 Aug 2012 16:39:00 +0000 (18:39 +0200)]
vim/ftplugin: Add XPTemplate file skeletons for C and Perl.

12 years agovim/after/syntax: Special highlight for statement control in C and Perl.
Simon Ruderich [Thu, 2 Aug 2012 16:13:27 +0000 (18:13 +0200)]
vim/after/syntax: Special highlight for statement control in C and Perl.

When my color scheme is used.

12 years agovimrc: Always use unix line-endings for new files.
Simon Ruderich [Fri, 27 Jul 2012 01:00:40 +0000 (03:00 +0200)]
vimrc: Always use unix line-endings for new files.

12 years agovimrc: Only remove . from 'directory' if safe directories are available.
Simon Ruderich [Fri, 27 Jul 2012 00:59:40 +0000 (02:59 +0200)]
vimrc: Only remove . from 'directory' if safe directories are available.

12 years agovim/after/syntax/diff.vim: Add. Better highlighting for diff.
Simon Ruderich [Sat, 14 Jul 2012 01:44:02 +0000 (03:44 +0200)]
vim/after/syntax/diff.vim: Add. Better highlighting for diff.

12 years agovimrc: Show a message when viewing the first buffer again with gb.
Simon Ruderich [Wed, 4 Jul 2012 18:48:51 +0000 (20:48 +0200)]
vimrc: Show a message when viewing the first buffer again with gb.

12 years agovimrc: Minor documentation updates.
Simon Ruderich [Wed, 4 Jul 2012 18:48:22 +0000 (20:48 +0200)]
vimrc: Minor documentation updates.

12 years agovimrc: Use replacement for %f in statusline which uses relative paths.
Simon Ruderich [Sat, 30 Jun 2012 13:27:53 +0000 (15:27 +0200)]
vimrc: Use replacement for %f in statusline which uses relative paths.

12 years agovimrc: Minor documentation update.
Simon Ruderich [Sat, 30 Jun 2012 13:23:55 +0000 (15:23 +0200)]
vimrc: Minor documentation update.

12 years agovimrc: Also fix some English spelling mistakes.
Simon Ruderich [Sat, 30 Jun 2012 13:09:34 +0000 (15:09 +0200)]
vimrc: Also fix some English spelling mistakes.

12 years agovimrc: Only enable some items in securemodelines.
Simon Ruderich [Sat, 30 Jun 2012 13:06:20 +0000 (15:06 +0200)]
vimrc: Only enable some items in securemodelines.

12 years agovimrc: Only map NERDCommenterToggle in normal mode.
Simon Ruderich [Sat, 30 Jun 2012 13:05:51 +0000 (15:05 +0200)]
vimrc: Only map NERDCommenterToggle in normal mode.

12 years agovimrc: Fix weird double fold in #if 0 in C files.
Simon Ruderich [Sat, 30 Jun 2012 13:05:06 +0000 (15:05 +0200)]
vimrc: Fix weird double fold in #if 0 in C files.

12 years agovimrc: Don't draw vertical split separator.
Simon Ruderich [Sat, 30 Jun 2012 13:02:55 +0000 (15:02 +0200)]
vimrc: Don't draw vertical split separator.

12 years agovim/plugin/securemodelines.vim: Merge version ca214e9f70.
Simon Ruderich [Fri, 22 Jun 2012 21:16:22 +0000 (23:16 +0200)]
vim/plugin/securemodelines.vim: Merge version ca214e9f70.

12 years agovim/after/**: License under GPL v3+.
Simon Ruderich [Thu, 21 Jun 2012 21:28:16 +0000 (23:28 +0200)]
vim/after/**: License under GPL v3+.

12 years agovim/after/**: Minor cleanup.
Simon Ruderich [Thu, 21 Jun 2012 21:27:08 +0000 (23:27 +0200)]
vim/after/**: Minor cleanup.

12 years agovimrc: Don't use abbreviated commands (:bprev -> :bprevious).
Simon Ruderich [Thu, 21 Jun 2012 21:20:12 +0000 (23:20 +0200)]
vimrc: Don't use abbreviated commands (:bprev -> :bprevious).

12 years agovimrc: Use inoreabbrev instead of iabbrev.
Simon Ruderich [Thu, 21 Jun 2012 21:18:56 +0000 (23:18 +0200)]
vimrc: Use inoreabbrev instead of iabbrev.

12 years agovimrc: Use additional syntax groups of my color scheme.
Simon Ruderich [Thu, 21 Jun 2012 21:17:40 +0000 (23:17 +0200)]
vimrc: Use additional syntax groups of my color scheme.

12 years agovim/colors/simon.vim: Add, custom color scheme.
Simon Ruderich [Thu, 21 Jun 2012 19:02:07 +0000 (21:02 +0200)]
vim/colors/simon.vim: Add, custom color scheme.

Also enable it in vimrc.

12 years agovimrc: Don't highlight overlong lines in diff mode.
Simon Ruderich [Sun, 17 Jun 2012 13:42:17 +0000 (15:42 +0200)]
vimrc: Don't highlight overlong lines in diff mode.

12 years agovimrc: Documentation update.
Simon Ruderich [Sun, 17 Jun 2012 13:40:44 +0000 (15:40 +0200)]
vimrc: Documentation update.

12 years agovimrc: Add tab and precedes to 'listchars'.
Simon Ruderich [Sun, 17 Jun 2012 13:23:08 +0000 (15:23 +0200)]
vimrc: Add tab and precedes to 'listchars'.

12 years agovimrc: Split 'listchars' in multiple lines.
Simon Ruderich [Sun, 17 Jun 2012 13:20:03 +0000 (15:20 +0200)]
vimrc: Split 'listchars' in multiple lines.

12 years agovimrc: Fix copyright year.
Simon Ruderich [Sun, 17 Jun 2012 13:08:40 +0000 (15:08 +0200)]
vimrc: Fix copyright year.

12 years agovimrc: Fix highlight of Unicode whitespace.
Simon Ruderich [Sat, 16 Jun 2012 14:33:53 +0000 (16:33 +0200)]
vimrc: Fix highlight of Unicode whitespace.

Broken in d37c09370e06f84c73e9e0c4750da5ef1c3d4bf9.

12 years agoMinor documentation updates.
Simon Ruderich [Fri, 15 Jun 2012 12:24:12 +0000 (14:24 +0200)]
Minor documentation updates.

12 years agoMinor documentation updates.
Simon Ruderich [Fri, 15 Jun 2012 12:41:35 +0000 (14:41 +0200)]
Minor documentation updates.

12 years agovimrc: Only use 'foldcolumn' if there's enough space.
Simon Ruderich [Thu, 7 Jun 2012 14:11:52 +0000 (16:11 +0200)]
vimrc: Only use 'foldcolumn' if there's enough space.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Mon, 9 Apr 2012 15:37:57 +0000 (17:37 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Another minor documentation update.
Simon Ruderich [Mon, 9 Apr 2012 15:36:18 +0000 (17:36 +0200)]
vimrc: Another minor documentation update.

12 years agovimrc,gvimrc: Minor documentation update.
Simon Ruderich [Sat, 7 Apr 2012 18:57:21 +0000 (20:57 +0200)]
vimrc,gvimrc: Minor documentation update.

12 years agovimrc: Don't use 'ignorecase' for insert mode completion.
Simon Ruderich [Sat, 7 Apr 2012 18:53:38 +0000 (20:53 +0200)]
vimrc: Don't use 'ignorecase' for insert mode completion.

I want to honor case in insert mode completion, but not while searching.

12 years agovimrc: Add Shell syntax settings.
Simon Ruderich [Sat, 7 Apr 2012 18:50:14 +0000 (20:50 +0200)]
vimrc: Add Shell syntax settings.

12 years agovimrc: Ignore errors when pathogen is missing.
Simon Ruderich [Thu, 5 Apr 2012 00:21:50 +0000 (02:21 +0200)]
vimrc: Ignore errors when pathogen is missing.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Thu, 5 Apr 2012 00:21:04 +0000 (02:21 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Remove superfluous empty line.
Simon Ruderich [Sat, 31 Mar 2012 22:58:35 +0000 (00:58 +0200)]
vimrc: Remove superfluous empty line.

12 years agovimrc: Use local variables in s:CustomSyntaxHighlights().
Simon Ruderich [Sat, 31 Mar 2012 22:52:38 +0000 (00:52 +0200)]
vimrc: Use local variables in s:CustomSyntaxHighlights().

12 years agovimrc: Fix indentation in s:CustomSyntaxHighlights().
Simon Ruderich [Sat, 31 Mar 2012 22:50:45 +0000 (00:50 +0200)]
vimrc: Fix indentation in s:CustomSyntaxHighlights().

12 years agovimrc: Fix custom highlights disappearing in new windows.
Simon Ruderich [Sat, 31 Mar 2012 22:46:52 +0000 (00:46 +0200)]
vimrc: Fix custom highlights disappearing in new windows.

12 years agossh_config: Check host IP when connecting.
Simon Ruderich [Tue, 27 Mar 2012 20:37:56 +0000 (22:37 +0200)]
ssh_config: Check host IP when connecting.

12 years agossh_config: Abort if not all requested port forwardings can be set up.
Simon Ruderich [Tue, 27 Mar 2012 20:37:15 +0000 (22:37 +0200)]
ssh_config: Abort if not all requested port forwardings can be set up.

12 years agovimrc: Use 'noignorecase' for * and # in visual mode.
Simon Ruderich [Fri, 2 Mar 2012 13:34:03 +0000 (14:34 +0100)]
vimrc: Use 'noignorecase' for * and # in visual mode.

12 years agovimrc: Enable 'hlsearch'.
Simon Ruderich [Fri, 2 Mar 2012 13:33:31 +0000 (14:33 +0100)]
vimrc: Enable 'hlsearch'.

12 years agovimrc: 'nostartofline' for window scroll commands only.
Simon Ruderich [Fri, 2 Mar 2012 13:29:02 +0000 (14:29 +0100)]
vimrc: 'nostartofline' for window scroll commands only.

12 years agovimrc: Display highest buffer number in 'statusline'.
Simon Ruderich [Fri, 2 Mar 2012 13:25:11 +0000 (14:25 +0100)]
vimrc: Display highest buffer number in 'statusline'.

12 years agozsh/rc: Fix "fg" in window_preexec() for programs starting with fg.
Simon Ruderich [Thu, 1 Mar 2012 21:11:31 +0000 (22:11 +0100)]
zsh/rc: Fix "fg" in window_preexec() for programs starting with fg.

12 years agovimrc: Only use spelling maps in normal mode.
Simon Ruderich [Sun, 26 Feb 2012 03:39:05 +0000 (04:39 +0100)]
vimrc: Only use spelling maps in normal mode.

12 years agovimrc: Prefer '..' for strings.
Simon Ruderich [Sun, 26 Feb 2012 03:29:11 +0000 (04:29 +0100)]
vimrc: Prefer '..' for strings.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Sun, 19 Feb 2012 00:42:16 +0000 (01:42 +0100)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Move all autocmds in the vimrc augroup.
Simon Ruderich [Sat, 18 Feb 2012 22:53:53 +0000 (23:53 +0100)]
vimrc: Move all autocmds in the vimrc augroup.

12 years agomaxima/maxima-init.mac: Minor documentation fix.
Simon Ruderich [Sat, 18 Feb 2012 22:35:07 +0000 (23:35 +0100)]
maxima/maxima-init.mac: Minor documentation fix.

12 years agoMerge remote-tracking branch 'nocreeps/master'
Simon Ruderich [Sat, 18 Feb 2012 22:34:35 +0000 (23:34 +0100)]
Merge remote-tracking branch 'nocreeps/master'

12 years ago*: License under GPL v3+.
Simon Ruderich [Sat, 18 Feb 2012 22:32:48 +0000 (23:32 +0100)]
*: License under GPL v3+.

12 years agomaxima/maxima-init.mac: Minor style fix.
Simon Ruderich [Sat, 18 Feb 2012 22:30:02 +0000 (23:30 +0100)]
maxima/maxima-init.mac: Minor style fix.

12 years agomaxima/maxima-init.lisp: Add missing time zone.
Simon Ruderich [Sat, 18 Feb 2012 22:29:44 +0000 (23:29 +0100)]
maxima/maxima-init.lisp: Add missing time zone.

12 years ago*: License under GPL v3+.
Simon Ruderich [Sat, 18 Feb 2012 22:28:48 +0000 (23:28 +0100)]
*: License under GPL v3+.

12 years agogdbinit: Increase history size.
Simon Ruderich [Thu, 16 Feb 2012 14:04:42 +0000 (15:04 +0100)]
gdbinit: Increase history size.

12 years agozsh/rc: Don't use which.
Simon Ruderich [Tue, 14 Feb 2012 01:36:48 +0000 (02:36 +0100)]
zsh/rc: Don't use which.

12 years agozsh/rc: Add support for tmux to window_preexec().
Simon Ruderich [Tue, 14 Feb 2012 01:35:50 +0000 (02:35 +0100)]
zsh/rc: Add support for tmux to window_preexec().

12 years agobin/notify.py: Add, displays a message on the screen.
Simon Ruderich [Tue, 14 Feb 2012 01:06:53 +0000 (02:06 +0100)]
bin/notify.py: Add, displays a message on the screen.

12 years agobin/srsync: Add, rsync shortcut with useful options.
Simon Ruderich [Tue, 14 Feb 2012 01:05:15 +0000 (02:05 +0100)]
bin/srsync: Add, rsync shortcut with useful options.

12 years agobin/README: Add GPL notice.
Simon Ruderich [Tue, 14 Feb 2012 01:03:01 +0000 (02:03 +0100)]
bin/README: Add GPL notice.

12 years agobin/*: Use exec to prevent unnecessary shell processes.
Simon Ruderich [Wed, 1 Feb 2012 22:16:12 +0000 (23:16 +0100)]
bin/*: Use exec to prevent unnecessary shell processes.

12 years agohtoprc: Add, basic configuration file.
Simon Ruderich [Wed, 1 Feb 2012 22:13:03 +0000 (23:13 +0100)]
htoprc: Add, basic configuration file.

Also udpate setup.sh and .gitignore.

12 years agovimrc: Don't highlight embedded languages in Vim script.
Simon Ruderich [Wed, 1 Feb 2012 01:59:44 +0000 (02:59 +0100)]
vimrc: Don't highlight embedded languages in Vim script.