]>
ruderich.org/simon Gitweb - config/dotfiles.git/log
Simon Ruderich [Sun, 15 Feb 2009 16:23:01 +0000 (17:23 +0100)]
Add link.sh to create symbolic links to conf files.
It's used by Makefiles in subdirectories (like mail, shell, etc.) to create
symbolic links in ~/ to their configuration files so all configuration data
can be kept in one place.
Simon Ruderich [Sun, 15 Feb 2009 16:19:51 +0000 (17:19 +0100)]
Initial import.
Contains only README at the moment.
Simon Ruderich [Tue, 16 Dec 2008 13:40:32 +0000 (14:40 +0100)]
Documentation updates.
Simon Ruderich [Sun, 26 Oct 2008 11:29:54 +0000 (12:29 +0100)]
Reordered some settings.
Simon Ruderich [Sun, 26 Oct 2008 11:26:20 +0000 (12:26 +0100)]
Display tabs and whitespace and display matches while searching.
Simon Ruderich [Sun, 26 Oct 2008 11:26:16 +0000 (12:26 +0100)]
Added more mappings.
Simon Ruderich [Sun, 26 Oct 2008 11:18:23 +0000 (12:18 +0100)]
Documentation and whitespace fix.
Simon Ruderich [Sun, 26 Oct 2008 11:13:55 +0000 (12:13 +0100)]
Added formatoptions.
Simon Ruderich [Fri, 17 Oct 2008 20:57:23 +0000 (22:57 +0200)]
Added Vim ftplugin file for PHP.
Simon Ruderich [Fri, 17 Oct 2008 16:19:04 +0000 (18:19 +0200)]
Display partial commands in the status line.
Simon Ruderich [Fri, 17 Oct 2008 16:11:30 +0000 (18:11 +0200)]
Added map settings for NERD commenter.
Simon Ruderich [Fri, 17 Oct 2008 15:59:57 +0000 (17:59 +0200)]
Fix my spelling errors when trying to save a file.
Simon Ruderich [Fri, 17 Oct 2008 15:57:48 +0000 (17:57 +0200)]
Use "," as mapleader.
Simon Ruderich [Tue, 23 Sep 2008 12:49:27 +0000 (14:49 +0200)]
Updated my email.
Simon Ruderich [Tue, 23 Sep 2008 12:45:35 +0000 (14:45 +0200)]
Added syntax file for msmtp files.
msmtp (http://msmtp.sourceforge.net/) is a simple but powerful SMTP client.
This is the first version included in msmtp source code (not released yet).
Simon Ruderich [Tue, 16 Sep 2008 15:57:17 +0000 (17:57 +0200)]
Added screen configuration file.
Simon Ruderich [Tue, 16 Sep 2008 15:56:27 +0000 (17:56 +0200)]
First load the zsh file for this hostname, then (env|rc).local.
Simon Ruderich [Tue, 16 Sep 2008 15:41:31 +0000 (17:41 +0200)]
Ignore case when searching in less if no uppercase character is used.
Simon Ruderich [Tue, 16 Sep 2008 15:36:00 +0000 (17:36 +0200)]
Added ls, la and ll functions for better directory listings.
Simon Ruderich [Tue, 9 Sep 2008 15:15:40 +0000 (17:15 +0200)]
Zsh completion additions.
Expanding inside a string works now, completion functions are ignored by
completions and the parent directory is ignored when using cd, mv and cp.
Simon Ruderich [Tue, 9 Sep 2008 15:13:20 +0000 (17:13 +0200)]
Improved trap function to simply add the aborted command to the history.
This makes retrieving it later very simple.
Simon Ruderich [Sat, 6 Sep 2008 23:06:57 +0000 (01:06 +0200)]
Added useful global zsh aliases.
Simon Ruderich [Sat, 6 Sep 2008 22:50:32 +0000 (00:50 +0200)]
More documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 22:49:23 +0000 (00:49 +0200)]
Added zsh trap function to make an aborted command (with ^C) yankable later.
Simon Ruderich [Sat, 6 Sep 2008 01:25:10 +0000 (03:25 +0200)]
Minor whitespace and documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 01:09:57 +0000 (03:09 +0200)]
Updated case ignoring matcher to first use the entered case.
Only if the current case is not matching, other cases are tried.
Simon Ruderich [Sat, 6 Sep 2008 01:01:40 +0000 (03:01 +0200)]
Less configuration is now done through a .less file.
This was done because it's the only way to specify key bindings for less. With
this change the LESS variable was removed and its data is now also in the
lesskey file.
Simon Ruderich [Sat, 6 Sep 2008 01:01:02 +0000 (03:01 +0200)]
Added zsh configuration file for my father's G5.
Simon Ruderich [Fri, 5 Sep 2008 21:47:55 +0000 (23:47 +0200)]
Configuration files for zucker.schokokeks.org for bash and zsh.
Simon Ruderich [Fri, 5 Sep 2008 21:45:53 +0000 (23:45 +0200)]
Also added support to automatically load configuration files to bash.
Simon Ruderich [Fri, 5 Sep 2008 16:08:32 +0000 (18:08 +0200)]
Added the possibility to automatically load configuration files.
Also added rc.local and env.local with local settings.
Simon Ruderich [Fri, 5 Sep 2008 16:05:37 +0000 (18:05 +0200)]
Added basic bash configuration file.
Simon Ruderich [Tue, 2 Sep 2008 18:25:18 +0000 (20:25 +0200)]
Added colordiff configuration file.
It uses diff colors similar to TextMate.
Simon Ruderich [Tue, 2 Sep 2008 17:06:57 +0000 (19:06 +0200)]
Added readline configuration file.
It sets Vim bindings.
Simon Ruderich [Tue, 2 Sep 2008 16:48:20 +0000 (18:48 +0200)]
Added basic zsh configuration files.
Also added .hgignore file which ignores temporary zsh files.
Simon Ruderich [Mon, 1 Sep 2008 20:06:10 +0000 (22:06 +0200)]
Use graphlog extension to log output similar to hg view but as ASCII.
Simon Ruderich [Mon, 1 Sep 2008 20:04:26 +0000 (22:04 +0200)]
Use pager extension with colordiff and less as pager.
It's not used for commands which require interactive input like hg record.
Simon Ruderich [Mon, 1 Sep 2008 20:02:22 +0000 (22:02 +0200)]
Use simon@ruderich.org as my email.
Simon Ruderich [Fri, 29 Aug 2008 19:14:36 +0000 (21:14 +0200)]
Use transplant extension for cherry-picking and rebasing.
Simon Ruderich [Fri, 29 Aug 2008 19:13:09 +0000 (21:13 +0200)]
Added hooks to prevent pushing and pulling if MQ patches are applied.
Simon Ruderich [Fri, 29 Aug 2008 19:12:59 +0000 (21:12 +0200)]
Enable hg view through hgk extension.
Simon Ruderich [Fri, 29 Aug 2008 19:12:42 +0000 (21:12 +0200)]
Use Apple's FileMerge for merge conflicts.
Simon Ruderich [Fri, 29 Aug 2008 19:06:24 +0000 (21:06 +0200)]
Added ignore files for git and mercurial.
Simon Ruderich [Fri, 29 Aug 2008 19:05:58 +0000 (21:05 +0200)]
Added git configuration file.
Simon Ruderich [Fri, 29 Aug 2008 19:04:17 +0000 (21:04 +0200)]
Always use git diffs.
They support renames, binary files, access rights, etc.
Simon Ruderich [Fri, 29 Aug 2008 18:37:28 +0000 (20:37 +0200)]
Minor documentation changes.
Simon Ruderich [Fri, 29 Aug 2008 18:30:47 +0000 (20:30 +0200)]
Fixed access rights for hgrc.
Simon Ruderich [Fri, 29 Aug 2008 18:09:21 +0000 (20:09 +0200)]
Removed bisect extension as it's now bundled with mercurial.
Simon Ruderich [Wed, 27 Aug 2008 16:45:34 +0000 (17:45 +0100)]
Added ".." and "..." commands.
They go up one/two directories.
Simon Ruderich [Tue, 26 Aug 2008 22:07:23 +0000 (00:07 +0200)]
Added .hgignore file.
Ignore vim/view and vim/spell files and the tags file in the vim/doc
directory.
Simon Ruderich [Tue, 26 Aug 2008 21:23:20 +0000 (23:23 +0200)]
Added useful vim/ files.
Simon Ruderich [Tue, 26 Aug 2008 15:07:49 +0000 (16:07 +0100)]
Updated "sync" to upload symbolic links as files.
Simon Ruderich [Tue, 26 Aug 2008 13:29:54 +0000 (15:29 +0200)]
Added gvimrc file (mostly) for MacVim.
Simon Ruderich [Sat, 19 Jul 2008 15:25:54 +0000 (17:25 +0200)]
Added vim configuration file.
Simon Ruderich [Sun, 15 Jun 2008 16:08:46 +0000 (17:08 +0100)]
Added lftp "sync" command.
It uploads all changed files to the server and removes old files on the
server.
Simon Ruderich [Mon, 31 Dec 2007 00:09:33 +0000 (01:09 +0100)]
Added lftp configuration file.
lftp is an easy to use ftp console client with many features.
Simon Ruderich [Wed, 7 Nov 2007 20:30:39 +0000 (21:30 +0100)]
Added mercurial configuration file.