]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
16 years agoUpdate umask settings in zsh.
Simon Ruderich [Sun, 21 Sep 2008 16:52:12 +0000 (18:52 +0200)]
Update umask settings in zsh.

16 years agoRemoved old unnecessary code.
Simon Ruderich [Sun, 21 Sep 2008 16:39:55 +0000 (18:39 +0200)]
Removed old unnecessary code.

16 years agoSome consistency changes.
Simon Ruderich [Sun, 21 Sep 2008 16:18:09 +0000 (18:18 +0200)]
Some consistency changes.

16 years agoAdded support for colorized completions in zsh.
Simon Ruderich [Sun, 21 Sep 2008 16:17:11 +0000 (18:17 +0200)]
Added support for colorized completions in zsh.

16 years agoAdded configuration file for all shells (in ~/.shell).
Simon Ruderich [Sun, 21 Sep 2008 16:06:25 +0000 (18:06 +0200)]
Added configuration file for all shells (in ~/.shell).

This is then loaded (if available) by bash and zsh to simplify the
configuration. Host specific files are supported.

16 years agoFirst load the bash file for this hostname, then rc.local.
Simon Ruderich [Sun, 21 Sep 2008 15:36:54 +0000 (17:36 +0200)]
First load the bash file for this hostname, then rc.local.

This change is the bash part of 2f24b0aebdd38599256c21b82ee7b39fe5ad0963.

16 years agoUse color.ui which applies to all commands.
Simon Ruderich [Mon, 16 Feb 2009 14:56:35 +0000 (15:56 +0100)]
Use color.ui which applies to all commands.

This colors all output from git commands when used with a terminal.

16 years agoUpdate README for change 856e63f63eb829a53ae5f6f6957d93717a561f86.
Simon Ruderich [Mon, 16 Feb 2009 14:10:40 +0000 (15:10 +0100)]
Update README for change 856e63f63eb829a53ae5f6f6957d93717a561f86.

16 years agoFix minor typo in README.
Simon Ruderich [Mon, 16 Feb 2009 14:09:39 +0000 (15:09 +0100)]
Fix minor typo in README.

16 years agoMake gitconfig system independent by using m4.
Simon Ruderich [Mon, 16 Feb 2009 13:42:57 +0000 (14:42 +0100)]
Make gitconfig system independent by using m4.

This replaces HOME with the current home directory. This was necessary as git
needs an absolute path for excludesfile.

gitconfig.m4 is automatically created when calling `make setup`.

16 years agoAdd m4.sh to process files with m4.
Simon Ruderich [Mon, 16 Feb 2009 13:14:21 +0000 (14:14 +0100)]
Add m4.sh to process files with m4.

The syntax is `m4.sh filename args-to-m4` which processes filename.m4 and
writes it to filename. Additional arguments are passed to m4.

This script differs from just calling m4 that it writes the header "Do not
edit this file" to the generated file to prevent accidental changes.

16 years agoAdd git aliases.
Simon Ruderich [Mon, 16 Feb 2009 10:00:56 +0000 (11:00 +0100)]
Add git aliases.

16 years agoAdd setup support.
Simon Ruderich [Sun, 15 Feb 2009 17:26:53 +0000 (18:26 +0100)]
Add setup support.

The Makefile contains a setup target which creates all necessary symbolic
links in ~/.

16 years agoAdd setup support.
Simon Ruderich [Sun, 15 Feb 2009 17:26:09 +0000 (18:26 +0100)]
Add setup support.

The Makefile contains a setup target which creates all necessary symbolic
links in ~/.

16 years agoAdd .gitignore which ignores log and history files.
Simon Ruderich [Sun, 15 Feb 2009 16:43:51 +0000 (17:43 +0100)]
Add .gitignore which ignores log and history files.

16 years agoAdd link.sh to create symbolic links to conf files.
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.

16 years agoInitial import.
Simon Ruderich [Sun, 15 Feb 2009 16:19:51 +0000 (17:19 +0100)]
Initial import.

Contains only README at the moment.

17 years agoDocumentation updates.
Simon Ruderich [Tue, 16 Dec 2008 13:40:32 +0000 (14:40 +0100)]
Documentation updates.

17 years agoReordered some settings.
Simon Ruderich [Sun, 26 Oct 2008 11:29:54 +0000 (12:29 +0100)]
Reordered some settings.

17 years agoDisplay tabs and whitespace and display matches while searching.
Simon Ruderich [Sun, 26 Oct 2008 11:26:20 +0000 (12:26 +0100)]
Display tabs and whitespace and display matches while searching.

17 years agoAdded more mappings.
Simon Ruderich [Sun, 26 Oct 2008 11:26:16 +0000 (12:26 +0100)]
Added more mappings.

17 years agoDocumentation and whitespace fix.
Simon Ruderich [Sun, 26 Oct 2008 11:18:23 +0000 (12:18 +0100)]
Documentation and whitespace fix.

17 years agoAdded formatoptions.
Simon Ruderich [Sun, 26 Oct 2008 11:13:55 +0000 (12:13 +0100)]
Added formatoptions.

17 years agoAdded Vim ftplugin file for PHP.
Simon Ruderich [Fri, 17 Oct 2008 20:57:23 +0000 (22:57 +0200)]
Added Vim ftplugin file for PHP.

17 years agoDisplay partial commands in the status line.
Simon Ruderich [Fri, 17 Oct 2008 16:19:04 +0000 (18:19 +0200)]
Display partial commands in the status line.

17 years agoAdded map settings for NERD commenter.
Simon Ruderich [Fri, 17 Oct 2008 16:11:30 +0000 (18:11 +0200)]
Added map settings for NERD commenter.

17 years agoFix my spelling errors when trying to save a file.
Simon Ruderich [Fri, 17 Oct 2008 15:59:57 +0000 (17:59 +0200)]
Fix my spelling errors when trying to save a file.

17 years agoUse "," as mapleader.
Simon Ruderich [Fri, 17 Oct 2008 15:57:48 +0000 (17:57 +0200)]
Use "," as mapleader.

17 years agoUpdated my email.
Simon Ruderich [Tue, 23 Sep 2008 12:49:27 +0000 (14:49 +0200)]
Updated my email.

17 years agoAdded syntax file for msmtp files.
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).

17 years agoAdded screen configuration file.
Simon Ruderich [Tue, 16 Sep 2008 15:57:17 +0000 (17:57 +0200)]
Added screen configuration file.

17 years agoFirst load the zsh file for this hostname, then (env|rc).local.
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.

17 years agoIgnore case when searching in less if no uppercase character is used.
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.

17 years agoAdded ls, la and ll functions for better directory listings.
Simon Ruderich [Tue, 16 Sep 2008 15:36:00 +0000 (17:36 +0200)]
Added ls, la and ll functions for better directory listings.

17 years agoZsh completion additions.
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.

17 years agoImproved trap function to simply add the aborted command to the history.
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.

17 years agoAdded useful global zsh aliases.
Simon Ruderich [Sat, 6 Sep 2008 23:06:57 +0000 (01:06 +0200)]
Added useful global zsh aliases.

17 years agoMore documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 22:50:32 +0000 (00:50 +0200)]
More documentation fixes.

17 years agoAdded zsh trap function to make an aborted command (with ^C) yankable later.
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.

17 years agoMinor whitespace and documentation fixes.
Simon Ruderich [Sat, 6 Sep 2008 01:25:10 +0000 (03:25 +0200)]
Minor whitespace and documentation fixes.

17 years agoUpdated case ignoring matcher to first use the entered case.
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.

17 years agoLess configuration is now done through a .less file.
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.

17 years agoAdded zsh configuration file for my father's G5.
Simon Ruderich [Sat, 6 Sep 2008 01:01:02 +0000 (03:01 +0200)]
Added zsh configuration file for my father's G5.

17 years agoConfiguration files for zucker.schokokeks.org for bash and zsh.
Simon Ruderich [Fri, 5 Sep 2008 21:47:55 +0000 (23:47 +0200)]
Configuration files for zucker.schokokeks.org for bash and zsh.

17 years agoAlso added support to automatically load configuration files to bash.
Simon Ruderich [Fri, 5 Sep 2008 21:45:53 +0000 (23:45 +0200)]
Also added support to automatically load configuration files to bash.

17 years agoAdded the possibility to automatically load configuration files.
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.

17 years agoAdded basic bash configuration file.
Simon Ruderich [Fri, 5 Sep 2008 16:05:37 +0000 (18:05 +0200)]
Added basic bash configuration file.

17 years agoAdded colordiff 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.

17 years agoAdded readline configuration file.
Simon Ruderich [Tue, 2 Sep 2008 17:06:57 +0000 (19:06 +0200)]
Added readline configuration file.

It sets Vim bindings.

17 years agoAdded basic zsh configuration files.
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.

17 years agoUse graphlog extension to log output similar to hg view but as ASCII.
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.

17 years agoUse pager extension with colordiff and less as pager.
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.

17 years agoUse simon@ruderich.org as my email.
Simon Ruderich [Mon, 1 Sep 2008 20:02:22 +0000 (22:02 +0200)]
Use simon@ruderich.org as my email.

17 years agoUse transplant extension for cherry-picking and rebasing.
Simon Ruderich [Fri, 29 Aug 2008 19:14:36 +0000 (21:14 +0200)]
Use transplant extension for cherry-picking and rebasing.

17 years agoAdded hooks to prevent pushing and pulling if MQ patches are applied.
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.

17 years agoEnable hg view through hgk extension.
Simon Ruderich [Fri, 29 Aug 2008 19:12:59 +0000 (21:12 +0200)]
Enable hg view through hgk extension.

17 years agoUse Apple's FileMerge for merge conflicts.
Simon Ruderich [Fri, 29 Aug 2008 19:12:42 +0000 (21:12 +0200)]
Use Apple's FileMerge for merge conflicts.

17 years agoAdded ignore files for git and mercurial.
Simon Ruderich [Fri, 29 Aug 2008 19:06:24 +0000 (21:06 +0200)]
Added ignore files for git and mercurial.

17 years agoAdded git configuration file.
Simon Ruderich [Fri, 29 Aug 2008 19:05:58 +0000 (21:05 +0200)]
Added git configuration file.

17 years agoAlways use git diffs.
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.

17 years agoMinor documentation changes.
Simon Ruderich [Fri, 29 Aug 2008 18:37:28 +0000 (20:37 +0200)]
Minor documentation changes.

17 years agoFixed access rights for hgrc.
Simon Ruderich [Fri, 29 Aug 2008 18:30:47 +0000 (20:30 +0200)]
Fixed access rights for hgrc.

17 years agoRemoved bisect extension as it's now bundled with mercurial.
Simon Ruderich [Fri, 29 Aug 2008 18:09:21 +0000 (20:09 +0200)]
Removed bisect extension as it's now bundled with mercurial.

17 years agoAdded ".." and "..." commands.
Simon Ruderich [Wed, 27 Aug 2008 16:45:34 +0000 (17:45 +0100)]
Added ".." and "..." commands.

They go up one/two directories.

17 years agoAdded .hgignore file.
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.

17 years agoAdded useful vim/ files.
Simon Ruderich [Tue, 26 Aug 2008 21:23:20 +0000 (23:23 +0200)]
Added useful vim/ files.

17 years agoUpdated "sync" to upload symbolic links as files.
Simon Ruderich [Tue, 26 Aug 2008 15:07:49 +0000 (16:07 +0100)]
Updated "sync" to upload symbolic links as files.

17 years agoAdded gvimrc file (mostly) for MacVim.
Simon Ruderich [Tue, 26 Aug 2008 13:29:54 +0000 (15:29 +0200)]
Added gvimrc file (mostly) for MacVim.

17 years agoAdded vim configuration file.
Simon Ruderich [Sat, 19 Jul 2008 15:25:54 +0000 (17:25 +0200)]
Added vim configuration file.

17 years agoAdded lftp "sync" command.
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.

17 years agoAdded lftp configuration file.
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.

18 years agoAdded mercurial configuration file.
Simon Ruderich [Wed, 7 Nov 2007 20:30:39 +0000 (21:30 +0100)]
Added mercurial configuration file.