]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
14 years agoAdd missing timezones to dates.
Simon Ruderich [Sun, 31 Oct 2010 18:01:10 +0000 (19:01 +0100)]
Add missing timezones to dates.

14 years agozsh/rc: Don't start screen on the Linux console.
Simon Ruderich [Sun, 31 Oct 2010 17:53:13 +0000 (18:53 +0100)]
zsh/rc: Don't start screen on the Linux console.

14 years agozsh/rc: Don't complete unwanted files with Vim.
Simon Ruderich [Sun, 31 Oct 2010 17:52:19 +0000 (18:52 +0100)]
zsh/rc: Don't complete unwanted files with Vim.

14 years agozsh/rc: Add wrappers for tree and xpdf.
Simon Ruderich [Sun, 31 Oct 2010 17:49:42 +0000 (18:49 +0100)]
zsh/rc: Add wrappers for tree and xpdf.

14 years agovimrc: Add * and # for visual selections.
Simon Ruderich [Fri, 15 Oct 2010 14:43:57 +0000 (16:43 +0200)]
vimrc: Add * and # for visual selections.

14 years agovimrc: Also use jj to exit command mode.
Simon Ruderich [Fri, 15 Oct 2010 14:37:09 +0000 (16:37 +0200)]
vimrc: Also use jj to exit command mode.

14 years agovimrc: Write out commands.
Simon Ruderich [Fri, 15 Oct 2010 14:12:29 +0000 (16:12 +0200)]
vimrc: Write out commands.

14 years agovimrc: Use noremap where it's useful.
Simon Ruderich [Fri, 15 Oct 2010 14:10:25 +0000 (16:10 +0200)]
vimrc: Use noremap where it's useful.

14 years agovimrc: Cleanup to use Vim-like <> notation capitalization.
Simon Ruderich [Fri, 15 Oct 2010 14:07:30 +0000 (16:07 +0200)]
vimrc: Cleanup to use Vim-like <> notation capitalization.

14 years agozsh/rc: Reduce calls to external programs.
Simon Ruderich [Wed, 13 Oct 2010 21:07:30 +0000 (23:07 +0200)]
zsh/rc: Reduce calls to external programs.

14 years agozsh/rc: Remove OS X related settings.
Simon Ruderich [Wed, 13 Oct 2010 20:55:35 +0000 (22:55 +0200)]
zsh/rc: Remove OS X related settings.

14 years agogitconfig: Add comment about sqlite3dump.
Simon Ruderich [Tue, 5 Oct 2010 13:36:14 +0000 (15:36 +0200)]
gitconfig: Add comment about sqlite3dump.

14 years agovimrc: Disable all array keys in command mode.
Simon Ruderich [Fri, 24 Sep 2010 22:50:05 +0000 (00:50 +0200)]
vimrc: Disable all array keys in command mode.

14 years agozsh/rc: Ignore cd and ls aliases in the window title precmd.
Simon Ruderich [Thu, 23 Sep 2010 21:29:56 +0000 (23:29 +0200)]
zsh/rc: Ignore cd and ls aliases in the window title precmd.

14 years agozsh/env: Color man pages viewed in less.
Simon Ruderich [Mon, 20 Sep 2010 23:11:37 +0000 (01:11 +0200)]
zsh/env: Color man pages viewed in less.

14 years agoscreenrc: Remove some more key bindings I don't need.
Simon Ruderich [Mon, 20 Sep 2010 22:29:08 +0000 (00:29 +0200)]
screenrc: Remove some more key bindings I don't need.

14 years agozsh/rc: Fix sourcing of ~/.zsh/rc.local.
Simon Ruderich [Mon, 20 Sep 2010 22:18:45 +0000 (00:18 +0200)]
zsh/rc: Fix sourcing of ~/.zsh/rc.local.

14 years agoshell/functions: Improve source_debug() output.
Simon Ruderich [Sat, 18 Sep 2010 22:49:33 +0000 (00:49 +0200)]
shell/functions: Improve source_debug() output.

14 years agobash/logout,zsh/logout: Remove unnecessary source_debug()s.
Simon Ruderich [Sat, 18 Sep 2010 22:48:14 +0000 (00:48 +0200)]
bash/logout,zsh/logout: Remove unnecessary source_debug()s.

14 years agoSimplify configuration setup.
Simon Ruderich [Sat, 18 Sep 2010 22:42:13 +0000 (00:42 +0200)]
Simplify configuration setup.

Drop the host related configuration files and just load a .local file if
it exists. Simplify source_config() for this as well, drop its test
files.

14 years agoshell/env: Move shell functions to shell/functions.
Simon Ruderich [Sat, 18 Sep 2010 22:24:23 +0000 (00:24 +0200)]
shell/env: Move shell functions to shell/functions.

14 years agoImprove source_debug() output.
Simon Ruderich [Sat, 18 Sep 2010 22:19:28 +0000 (00:19 +0200)]
Improve source_debug() output.

14 years agobash/rc: Use [[ ]] instead of [ ].
Simon Ruderich [Thu, 16 Sep 2010 10:20:51 +0000 (12:20 +0200)]
bash/rc: Use [[ ]] instead of [ ].

14 years agozsh/rc: Don't complete ./config.* files.
Simon Ruderich [Mon, 13 Sep 2010 23:10:12 +0000 (01:10 +0200)]
zsh/rc: Don't complete ./config.* files.

14 years agogitconfig: Allow diffing of SQLite files.
Simon Ruderich [Mon, 13 Sep 2010 15:52:06 +0000 (17:52 +0200)]
gitconfig: Allow diffing of SQLite files.

14 years agogitconfig: Add new aliases au, ssk, fp.
Simon Ruderich [Mon, 13 Sep 2010 15:51:06 +0000 (17:51 +0200)]
gitconfig: Add new aliases au, ssk, fp.

14 years agovimrc: Disable 'spell', 'list' and 2match when viewing documentation.
Simon Ruderich [Mon, 13 Sep 2010 15:39:20 +0000 (17:39 +0200)]
vimrc: Disable 'spell', 'list' and 2match when viewing documentation.

14 years agovimrc: Increase 'synmaxcol' to 500 columns.
Simon Ruderich [Mon, 13 Sep 2010 15:38:22 +0000 (17:38 +0200)]
vimrc: Increase 'synmaxcol' to 500 columns.

14 years agovimrc: Automatically reset paste after exiting insert mode.
Simon Ruderich [Mon, 13 Sep 2010 15:37:16 +0000 (17:37 +0200)]
vimrc: Automatically reset paste after exiting insert mode.

14 years agoMerge remote branch 'rammstein/master'
Simon Ruderich [Mon, 13 Sep 2010 15:33:28 +0000 (17:33 +0200)]
Merge remote branch 'rammstein/master'

14 years agovimrc: Use strong encryption if available.
Simon Ruderich [Mon, 13 Sep 2010 15:32:22 +0000 (17:32 +0200)]
vimrc: Use strong encryption if available.

14 years agogitconfig: Use --patience for diffs.
Simon Ruderich [Mon, 13 Sep 2010 15:31:19 +0000 (17:31 +0200)]
gitconfig: Use --patience for diffs.

14 years agogitconfig: Don't use pager with clean.
Simon Ruderich [Mon, 13 Sep 2010 15:30:30 +0000 (17:30 +0200)]
gitconfig: Don't use pager with clean.

If I quit the pager before git is finished not all files are removed.

14 years agoshell/env: Improve readability of LS_COLORS settings.
Simon Ruderich [Thu, 2 Sep 2010 20:06:37 +0000 (22:06 +0200)]
shell/env: Improve readability of LS_COLORS settings.

14 years agozsh/rc: Escape non printable characters when setting window titles.
Simon Ruderich [Mon, 16 Aug 2010 15:34:48 +0000 (17:34 +0200)]
zsh/rc: Escape non printable characters when setting window titles.

14 years agozsh/rc: Minor documentation fix.
Simon Ruderich [Mon, 16 Aug 2010 15:21:12 +0000 (17:21 +0200)]
zsh/rc: Minor documentation fix.

14 years agogitconfig: Also use the pager with tag.
Simon Ruderich [Sun, 25 Jul 2010 22:28:02 +0000 (00:28 +0200)]
gitconfig: Also use the pager with tag.

14 years agozsh/rc: Minor documentation fix.
Simon Ruderich [Sat, 24 Jul 2010 09:08:35 +0000 (11:08 +0200)]
zsh/rc: Minor documentation fix.

14 years agozsh/rc: Add fallback completer to ^F which always completes files.
Simon Ruderich [Sat, 24 Jul 2010 09:03:48 +0000 (11:03 +0200)]
zsh/rc: Add fallback completer to ^F which always completes files.

14 years agoshell/env: Remove unnecessary "function".
Simon Ruderich [Sat, 24 Jul 2010 08:59:30 +0000 (10:59 +0200)]
shell/env: Remove unnecessary "function".

14 years agoshell/aliases: Add aliases for ls (l) and cd (d).
Simon Ruderich [Sat, 24 Jul 2010 08:55:19 +0000 (10:55 +0200)]
shell/aliases: Add aliases for ls (l) and cd (d).

14 years agoshell/aliases: Remove unnecessary quotes.
Simon Ruderich [Sat, 24 Jul 2010 08:50:10 +0000 (10:50 +0200)]
shell/aliases: Remove unnecessary quotes.

14 years agoxpdfrc: Allow toggling of outline.
Simon Ruderich [Sat, 24 Jul 2010 08:45:36 +0000 (10:45 +0200)]
xpdfrc: Allow toggling of outline.

14 years agoxpdfrc: Add Vi like bindings for scrolling.
Simon Ruderich [Sat, 24 Jul 2010 08:44:52 +0000 (10:44 +0200)]
xpdfrc: Add Vi like bindings for scrolling.

14 years agoxmonad.hs: Minor documentation fixes.
Simon Ruderich [Sun, 18 Jul 2010 22:48:47 +0000 (00:48 +0200)]
xmonad.hs: Minor documentation fixes.

14 years agovimrc: Add gb and gB to go to next/previous buffer.
Simon Ruderich [Sat, 10 Jul 2010 11:13:07 +0000 (13:13 +0200)]
vimrc: Add gb and gB to go to next/previous buffer.

14 years agovim/after/ftplugin/mail: Fold quotes, fix one level more of > >s.
Simon Ruderich [Sat, 10 Jul 2010 11:11:41 +0000 (13:11 +0200)]
vim/after/ftplugin/mail: Fold quotes, fix one level more of > >s.

14 years agogitconfig: Allow diffing of PDF files.
Simon Ruderich [Mon, 5 Jul 2010 19:12:21 +0000 (21:12 +0200)]
gitconfig: Allow diffing of PDF files.

14 years agogitconfig: Add another alias.
Simon Ruderich [Mon, 5 Jul 2010 19:11:26 +0000 (21:11 +0200)]
gitconfig: Add another alias.

14 years agogitconfig: Remove "custom commands" distinction.
Simon Ruderich [Mon, 5 Jul 2010 19:10:30 +0000 (21:10 +0200)]
gitconfig: Remove "custom commands" distinction.

14 years agogitconfig: Add some more aliases.
Simon Ruderich [Mon, 5 Jul 2010 19:08:42 +0000 (21:08 +0200)]
gitconfig: Add some more aliases.

14 years agogitconfig: Add comment.
Simon Ruderich [Mon, 5 Jul 2010 19:06:30 +0000 (21:06 +0200)]
gitconfig: Add comment.

14 years agozsh/rc: Prevent error when running on a different TERM.
Simon Ruderich [Mon, 21 Jun 2010 12:54:03 +0000 (14:54 +0200)]
zsh/rc: Prevent error when running on a different TERM.

This happened because window_preexec() is only defined if TERM is
screen*, xterm* or rxvt*. On other TERMs the call to window_preexec() in
"RUN COMMANDS" failed.

14 years agozsh/rc: Minor documentation fix.
Simon Ruderich [Mon, 21 Jun 2010 12:51:47 +0000 (14:51 +0200)]
zsh/rc: Minor documentation fix.

14 years agozsh/rc: Use @:!hostname for remote root screens in window_preexec.
Simon Ruderich [Mon, 21 Jun 2010 12:47:08 +0000 (14:47 +0200)]
zsh/rc: Use @:!hostname for remote root screens in window_preexec.

14 years agoxmonad.hs: Fix for Java programs to recognize XMonad.
Simon Ruderich [Mon, 21 Jun 2010 10:21:04 +0000 (12:21 +0200)]
xmonad.hs: Fix for Java programs to recognize XMonad.

14 years agoxmonad.hs: Minor documentation update.
Simon Ruderich [Thu, 17 Jun 2010 15:29:57 +0000 (17:29 +0200)]
xmonad.hs: Minor documentation update.

14 years agoxmonad.hs: Minor whitespace fix.
Simon Ruderich [Thu, 17 Jun 2010 15:29:36 +0000 (17:29 +0200)]
xmonad.hs: Minor whitespace fix.

14 years agoxmonad.hs: Move more programs to specific workspaces.
Simon Ruderich [Thu, 17 Jun 2010 15:29:03 +0000 (17:29 +0200)]
xmonad.hs: Move more programs to specific workspaces.

14 years agoxmonad.hs: Use default workspaces.
Simon Ruderich [Thu, 17 Jun 2010 15:20:38 +0000 (17:20 +0200)]
xmonad.hs: Use default workspaces.

14 years agoxmonad.hs: Don't automatically move workspaces in multi screen setup.
Simon Ruderich [Thu, 17 Jun 2010 15:06:40 +0000 (17:06 +0200)]
xmonad.hs: Don't automatically move workspaces in multi screen setup.

14 years agoxmonad.hs: Move custom keys to own variable.
Simon Ruderich [Thu, 17 Jun 2010 14:51:00 +0000 (16:51 +0200)]
xmonad.hs: Move custom keys to own variable.

No functional changes.

14 years agoxmonad.hs: Disable spell checking in Vim.
Simon Ruderich [Thu, 17 Jun 2010 14:48:51 +0000 (16:48 +0200)]
xmonad.hs: Disable spell checking in Vim.

14 years agoxmonad.hs: Allow switching to vertical tiled layout with meta-v.
Simon Ruderich [Mon, 14 Jun 2010 08:07:56 +0000 (10:07 +0200)]
xmonad.hs: Allow switching to vertical tiled layout with meta-v.

14 years agovimrc: Add XPTemplate settings.
Simon Ruderich [Tue, 8 Jun 2010 20:24:17 +0000 (22:24 +0200)]
vimrc: Add XPTemplate settings.

14 years agovim/ftplugin/_common/personal.xpt.vim: Add XPT settings.
Simon Ruderich [Tue, 8 Jun 2010 20:16:41 +0000 (22:16 +0200)]
vim/ftplugin/_common/personal.xpt.vim: Add XPT settings.

14 years agovimrc: Fix typo in comment.
Simon Ruderich [Tue, 8 Jun 2010 20:08:58 +0000 (22:08 +0200)]
vimrc: Fix typo in comment.

14 years agozsh/rc: Use a multiline prompt.
Simon Ruderich [Mon, 24 May 2010 17:09:12 +0000 (19:09 +0200)]
zsh/rc: Use a multiline prompt.

Now the current username is also displayed.

14 years agogitconfig: Use threads with git format-patch.
Simon Ruderich [Sat, 22 May 2010 00:02:51 +0000 (02:02 +0200)]
gitconfig: Use threads with git format-patch.

14 years agogitconfig: Fix comment.
Simon Ruderich [Sat, 22 May 2010 00:01:30 +0000 (02:01 +0200)]
gitconfig: Fix comment.

14 years agoxpdfrc: Don't use continuous view.
Simon Ruderich [Fri, 21 May 2010 23:59:19 +0000 (01:59 +0200)]
xpdfrc: Don't use continuous view.

14 years agozsh/rc: Minor documentation updates.
Simon Ruderich [Mon, 17 May 2010 10:39:02 +0000 (12:39 +0200)]
zsh/rc: Minor documentation updates.

14 years agozsh/rc: Also set RPROMPT in a precmd() hook.
Simon Ruderich [Mon, 17 May 2010 10:36:23 +0000 (12:36 +0200)]
zsh/rc: Also set RPROMPT in a precmd() hook.

14 years agozsh/rc: Set PROMPT in a precmd() hook.
Simon Ruderich [Mon, 17 May 2010 10:34:24 +0000 (12:34 +0200)]
zsh/rc: Set PROMPT in a precmd() hook.

14 years agozsh/rc: Move prompt below vcs_info.
Simon Ruderich [Mon, 17 May 2010 10:29:53 +0000 (12:29 +0200)]
zsh/rc: Move prompt below vcs_info.

No functional changes.

14 years agozsh/rc: Use caching with vcs_info to speed up the prompt.
Simon Ruderich [Mon, 17 May 2010 09:57:31 +0000 (11:57 +0200)]
zsh/rc: Use caching with vcs_info to speed up the prompt.

14 years agoxinitrc: Also use feh to set background if available.
Simon Ruderich [Wed, 12 May 2010 12:26:54 +0000 (14:26 +0200)]
xinitrc: Also use feh to set background if available.

14 years agoMakefile: Use && with cd.
Simon Ruderich [Tue, 11 May 2010 21:00:53 +0000 (23:00 +0200)]
Makefile: Use && with cd.

14 years agovimrc: Use C-p/C-n as replacement for up/down arrows in command mode.
Simon Ruderich [Sat, 8 May 2010 08:48:15 +0000 (10:48 +0200)]
vimrc: Use C-p/C-n as replacement for up/down arrows in command mode.

14 years agotigrc: Unbind all commands which may change the repository.
Simon Ruderich [Sat, 8 May 2010 08:36:18 +0000 (10:36 +0200)]
tigrc: Unbind all commands which may change the repository.

This needs a version newer than 0.15 (it's a noop on older versions).

14 years agogitconfig: Add t alias for tag.
Simon Ruderich [Sat, 8 May 2010 08:29:35 +0000 (10:29 +0200)]
gitconfig: Add t alias for tag.

14 years agozsh/rc: Fix title when using screen.
Simon Ruderich [Sat, 24 Apr 2010 22:56:25 +0000 (00:56 +0200)]
zsh/rc: Fix title when using screen.

This bug was introduced in 81fe12757189bc144a22271f5bc669dd98ea2c37.

14 years agozsh/rc: Use exec when automatically starting screen.
Simon Ruderich [Fri, 23 Apr 2010 20:07:04 +0000 (22:07 +0200)]
zsh/rc: Use exec when automatically starting screen.

This needs one less shell on the server and makes it faster to detach
(no need to exit the first shell).

14 years agoMerge remote branch 'rammstein/master'
Simon Ruderich [Fri, 23 Apr 2010 20:01:17 +0000 (22:01 +0200)]
Merge remote branch 'rammstein/master'

14 years agozsh/rc: Only call uname once.
Simon Ruderich [Fri, 23 Apr 2010 10:26:48 +0000 (12:26 +0200)]
zsh/rc: Only call uname once.

14 years agozsh/rc: Ignore same values in current line for all commands except cp/mv.
Simon Ruderich [Fri, 23 Apr 2010 10:25:36 +0000 (12:25 +0200)]
zsh/rc: Ignore same values in current line for all commands except cp/mv.

14 years agozsh/rc: Fix wrong handling of vi in title code.
Simon Ruderich [Fri, 23 Apr 2010 10:24:47 +0000 (12:24 +0200)]
zsh/rc: Fix wrong handling of vi in title code.

vi and vim (v) are different!

14 years agozsh/rc: Minor documentation update.
Simon Ruderich [Fri, 23 Apr 2010 10:20:37 +0000 (12:20 +0200)]
zsh/rc: Minor documentation update.

14 years agoscreenrc: Use zsh as shell.
Simon Ruderich [Fri, 23 Apr 2010 10:20:10 +0000 (12:20 +0200)]
screenrc: Use zsh as shell.

14 years agoxmonad.hs: Update version, 0.7 still works.
Simon Ruderich [Thu, 22 Apr 2010 23:02:06 +0000 (01:02 +0200)]
xmonad.hs: Update version, 0.7 still works.

14 years agoxinitrc: +x
Simon Ruderich [Wed, 21 Apr 2010 15:42:23 +0000 (17:42 +0200)]
xinitrc: +x

Some computers need it executable.

14 years agoxmonad.hs: Prevent new windows from stealing focus.
Simon Ruderich [Thu, 15 Apr 2010 20:36:49 +0000 (22:36 +0200)]
xmonad.hs: Prevent new windows from stealing focus.

14 years agoxmonad.hs: Update version.
Simon Ruderich [Thu, 15 Apr 2010 03:39:08 +0000 (05:39 +0200)]
xmonad.hs: Update version.

Untested with 0.7 for quite some time.

14 years agoxmonad.hs: Reorder source for layout hook.
Simon Ruderich [Thu, 15 Apr 2010 03:35:11 +0000 (05:35 +0200)]
xmonad.hs: Reorder source for layout hook.

No functional changes.

14 years agozsh/rc: Handle whitespace/quotes correctly when aborting commands.
Simon Ruderich [Mon, 5 Apr 2010 12:59:11 +0000 (14:59 +0200)]
zsh/rc: Handle whitespace/quotes correctly when aborting commands.

14 years agotigrc: Add ft=muttrc modeline as it's very similar.
Simon Ruderich [Sat, 3 Apr 2010 20:58:13 +0000 (22:58 +0200)]
tigrc: Add ft=muttrc modeline as it's very similar.

14 years agotigrc: Add some more colors.
Simon Ruderich [Sat, 3 Apr 2010 20:58:03 +0000 (22:58 +0200)]
tigrc: Add some more colors.

14 years agotigrc: Add some more key bindings.
Simon Ruderich [Sat, 3 Apr 2010 20:41:35 +0000 (22:41 +0200)]
tigrc: Add some more key bindings.

14 years agotigrc: Minor whitespace fix.
Simon Ruderich [Sat, 3 Apr 2010 01:09:30 +0000 (03:09 +0200)]
tigrc: Minor whitespace fix.

14 years agotigrc: Use relative dates.
Simon Ruderich [Sat, 3 Apr 2010 00:30:51 +0000 (02:30 +0200)]
tigrc: Use relative dates.