]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
9 years agoinputrc: add instructions to map keys in Vi command mode
Simon Ruderich [Thu, 29 May 2014 22:26:33 +0000 (00:26 +0200)]
inputrc: add instructions to map keys in Vi command mode

9 years agoinputrc: clear screen in insert mode with C-L
Simon Ruderich [Thu, 29 May 2014 22:25:59 +0000 (00:25 +0200)]
inputrc: clear screen in insert mode with C-L

9 years agobash/rc: PS1: draw current directory in yellow
Simon Ruderich [Thu, 29 May 2014 12:34:17 +0000 (14:34 +0200)]
bash/rc: PS1: draw current directory in yellow

9 years agoremove source_debug()
Simon Ruderich [Tue, 27 May 2014 12:28:19 +0000 (14:28 +0200)]
remove source_debug()

10 years agompv/config: add
Simon Ruderich [Fri, 30 May 2014 22:27:54 +0000 (00:27 +0200)]
mpv/config: add

10 years agoxinitrc: remove source_debug()
Simon Ruderich [Tue, 27 May 2014 23:15:33 +0000 (01:15 +0200)]
xinitrc: remove source_debug()

No longer used in ~/.shell/env.

10 years agoherbstluftwm/autostart: start screen locker message in the background
Simon Ruderich [Sun, 18 May 2014 19:30:43 +0000 (21:30 +0200)]
herbstluftwm/autostart: start screen locker message in the background

10 years agoherbstluftwm: add lock support for xscreensaver
Simon Ruderich [Sat, 17 May 2014 13:55:44 +0000 (15:55 +0200)]
herbstluftwm: add lock support for xscreensaver

10 years agobin/squvi: handle special characters in file names
Simon Ruderich [Sun, 11 May 2014 21:14:51 +0000 (23:14 +0200)]
bin/squvi: handle special characters in file names

10 years agoalso support xcompmgr as fallback for compton
Simon Ruderich [Sun, 4 May 2014 20:10:26 +0000 (22:10 +0200)]
also support xcompmgr as fallback for compton

10 years agoreplace Xdefaults with Xresources
Simon Ruderich [Sun, 4 May 2014 15:06:12 +0000 (17:06 +0200)]
replace Xdefaults with Xresources

10 years agoenable real transparency in urxvt with compton
Simon Ruderich [Sun, 4 May 2014 14:59:56 +0000 (16:59 +0200)]
enable real transparency in urxvt with compton

10 years agovimrc: split verbatim into verbatim and list mapping
Simon Ruderich [Tue, 29 Apr 2014 14:30:29 +0000 (16:30 +0200)]
vimrc: split verbatim into verbatim and list mapping

10 years agovimrc: set secure
Simon Ruderich [Tue, 29 Apr 2014 14:28:44 +0000 (16:28 +0200)]
vimrc: set secure

10 years agoxptemplate: use f as trigger to create the basic skeleton
Simon Ruderich [Tue, 29 Apr 2014 14:08:10 +0000 (16:08 +0200)]
xptemplate: use f as trigger to create the basic skeleton

f for file.

10 years agoxptemplate: add VHDL snippets
Simon Ruderich [Tue, 29 Apr 2014 13:53:37 +0000 (15:53 +0200)]
xptemplate: add VHDL snippets

10 years agovimrc: also fix jK typo
Simon Ruderich [Tue, 29 Apr 2014 13:51:29 +0000 (15:51 +0200)]
vimrc: also fix jK typo

Not sure how exactly I manage to type this though.

10 years agoafter/syntax/perl.vim: support Inline::C highlighting
Simon Ruderich [Tue, 29 Apr 2014 13:50:10 +0000 (15:50 +0200)]
after/syntax/perl.vim: support Inline::C highlighting

10 years agogitconfig: enable merge.defaultToUpstream
Simon Ruderich [Tue, 29 Apr 2014 13:48:38 +0000 (15:48 +0200)]
gitconfig: enable merge.defaultToUpstream

10 years agozsh/rc: cleanup pdf compdefs
Simon Ruderich [Tue, 29 Apr 2014 13:47:16 +0000 (15:47 +0200)]
zsh/rc: cleanup pdf compdefs

10 years agocrontab.d/jobs.daily/prune-logs: follow symlink
Simon Ruderich [Tue, 29 Apr 2014 13:46:23 +0000 (15:46 +0200)]
crontab.d/jobs.daily/prune-logs: follow symlink

find doesn't follow symlinks by default. The "/" forces it to change to
the directory even if it's a symlink.

10 years agovimrc: fix syntax when reloading vimrc
Simon Ruderich [Tue, 29 Apr 2014 13:35:20 +0000 (15:35 +0200)]
vimrc: fix syntax when reloading vimrc

10 years agovimrc: minor statusline cleanup
Simon Ruderich [Tue, 29 Apr 2014 13:33:52 +0000 (15:33 +0200)]
vimrc: minor statusline cleanup

10 years agovimrc: also highlight NOTE as todo
Simon Ruderich [Thu, 3 Apr 2014 20:15:13 +0000 (22:15 +0200)]
vimrc: also highlight NOTE as todo

10 years agoshell/functions: don't use echo on user strings
Simon Ruderich [Tue, 29 Apr 2014 13:26:20 +0000 (15:26 +0200)]
shell/functions: don't use echo on user strings

10 years agoshell/dircolors: add more README file names
Simon Ruderich [Tue, 29 Apr 2014 13:25:36 +0000 (15:25 +0200)]
shell/dircolors: add more README file names

10 years agozsh/rc: add A1, A2, A3 aliases for awk '{ print $X }'
Simon Ruderich [Thu, 3 Apr 2014 08:13:52 +0000 (10:13 +0200)]
zsh/rc: add A1, A2, A3 aliases for awk '{ print $X }'

10 years agoshell/rc: minor documentation update
Simon Ruderich [Thu, 3 Apr 2014 08:09:25 +0000 (10:09 +0200)]
shell/rc: minor documentation update

10 years agobin/rsleep: fix typo in comment
Simon Ruderich [Wed, 2 Apr 2014 21:11:11 +0000 (23:11 +0200)]
bin/rsleep: fix typo in comment

10 years agobin/remove-continuation.pl: minor cleanup
Simon Ruderich [Wed, 2 Apr 2014 21:10:15 +0000 (23:10 +0200)]
bin/remove-continuation.pl: minor cleanup

10 years agoshell/aliases: add t alias for tig
Simon Ruderich [Wed, 2 Apr 2014 21:09:50 +0000 (23:09 +0200)]
shell/aliases: add t alias for tig

10 years ago.gitignore: ignore mutt/history
Simon Ruderich [Tue, 29 Apr 2014 13:15:48 +0000 (15:15 +0200)]
.gitignore: ignore mutt/history

10 years agolib.sh: link(): simplify file checks
Simon Ruderich [Mon, 21 Apr 2014 08:16:59 +0000 (10:16 +0200)]
lib.sh: link(): simplify file checks

10 years agossh_config: use HashKnownHosts no
Simon Ruderich [Sat, 19 Apr 2014 13:13:13 +0000 (15:13 +0200)]
ssh_config: use HashKnownHosts no

10 years agoshell/env: use C locale when sorting
Simon Ruderich [Sat, 19 Apr 2014 12:27:58 +0000 (14:27 +0200)]
shell/env: use C locale when sorting

10 years agomutt/crypto: use long key id of my key
Simon Ruderich [Wed, 16 Apr 2014 07:33:22 +0000 (09:33 +0200)]
mutt/crypto: use long key id of my key

10 years agoshell/env: unset LC_ALL
Simon Ruderich [Mon, 14 Apr 2014 13:50:45 +0000 (15:50 +0200)]
shell/env: unset LC_ALL

10 years agoherbstluftwm/autostart: auto-detect new monitors
Simon Ruderich [Thu, 3 Apr 2014 20:22:20 +0000 (22:22 +0200)]
herbstluftwm/autostart: auto-detect new monitors

10 years agovim/bundle/xptemplate: update to 2224413e57e1d91607ee6f99a273a374405261ab
Simon Ruderich [Sun, 23 Mar 2014 00:52:44 +0000 (01:52 +0100)]
vim/bundle/xptemplate: update to 2224413e57e1d91607ee6f99a273a374405261ab

10 years agosetup.sh: add comment
Simon Ruderich [Sat, 22 Mar 2014 21:47:07 +0000 (22:47 +0100)]
setup.sh: add comment

10 years agobin/tig.pl: remove unnecessary variable
Simon Ruderich [Sat, 22 Mar 2014 21:46:25 +0000 (22:46 +0100)]
bin/tig.pl: remove unnecessary variable

10 years agoshell/dircolors: highlight Makefile
Simon Ruderich [Sat, 22 Mar 2014 21:41:34 +0000 (22:41 +0100)]
shell/dircolors: highlight Makefile

10 years agossh_config: clarify option parsing description
Simon Ruderich [Sat, 22 Mar 2014 18:02:01 +0000 (19:02 +0100)]
ssh_config: clarify option parsing description

10 years agoftplugin/perl/perl.xpt.vim: add pd, u, udd snippets
Simon Ruderich [Fri, 21 Mar 2014 23:06:26 +0000 (00:06 +0100)]
ftplugin/perl/perl.xpt.vim: add pd, u, udd snippets

10 years agoftplugin/*.xpt.vim: print snippets: move cursor after snippet
Simon Ruderich [Fri, 21 Mar 2014 23:02:12 +0000 (00:02 +0100)]
ftplugin/*.xpt.vim: print snippets: move cursor after snippet

10 years agosetup.sh: add missing newline
Simon Ruderich [Fri, 21 Mar 2014 22:59:10 +0000 (23:59 +0100)]
setup.sh: add missing newline

10 years agoterm2gui.pl: remove unnecessary variable
Simon Ruderich [Fri, 21 Mar 2014 22:55:18 +0000 (23:55 +0100)]
term2gui.pl: remove unnecessary variable

10 years agomutt/crypto-autoencrypt.pl: simplify send-hook regex
Simon Ruderich [Fri, 21 Mar 2014 22:49:29 +0000 (23:49 +0100)]
mutt/crypto-autoencrypt.pl: simplify send-hook regex

10 years agozsh/rc: setopt longlistjobs
Simon Ruderich [Sun, 16 Mar 2014 17:42:38 +0000 (18:42 +0100)]
zsh/rc: setopt longlistjobs

10 years agozsh/rc: replace useless && after autoload with ;
Simon Ruderich [Sun, 16 Mar 2014 17:41:46 +0000 (18:41 +0100)]
zsh/rc: replace useless && after autoload with ;

autoload always returns true.

10 years agozsh/rc: force reload of the completions if nothing matched
Simon Ruderich [Sun, 16 Mar 2014 17:39:17 +0000 (18:39 +0100)]
zsh/rc: force reload of the completions if nothing matched

10 years agozsh/rc: don't correct completion functions
Simon Ruderich [Sun, 16 Mar 2014 17:36:18 +0000 (18:36 +0100)]
zsh/rc: don't correct completion functions

10 years agozsh/rc: tab on empty input lists all files in the directory
Simon Ruderich [Sun, 16 Mar 2014 17:31:41 +0000 (18:31 +0100)]
zsh/rc: tab on empty input lists all files in the directory

10 years agozsh/rc: update alias expansion in window titles
Simon Ruderich [Sun, 16 Mar 2014 17:29:35 +0000 (18:29 +0100)]
zsh/rc: update alias expansion in window titles

10 years agocvsrc: Add update -d.
Simon Ruderich [Tue, 25 Feb 2014 15:42:20 +0000 (16:42 +0100)]
cvsrc: Add update -d.

10 years agocvsrc: Strip comments and newlines.
Simon Ruderich [Tue, 25 Feb 2014 15:42:09 +0000 (16:42 +0100)]
cvsrc: Strip comments and newlines.

10 years agocrontab.d/Makefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 16:04:01 +0000 (17:04 +0100)]
crontab.d/Makefile: add, runs ./setup.sh

10 years agodebian/reportbugrc: use mutt, enable paranoid mode as fallback
Simon Ruderich [Wed, 12 Mar 2014 13:44:31 +0000 (14:44 +0100)]
debian/reportbugrc: use mutt, enable paranoid mode as fallback

10 years agodebian/reportbugrc: update reportbug_version to 6.5.0
Simon Ruderich [Wed, 12 Mar 2014 13:44:09 +0000 (14:44 +0100)]
debian/reportbugrc: update reportbug_version to 6.5.0

10 years agodebian/reportbugrc: change mode to advanced
Simon Ruderich [Wed, 12 Mar 2014 13:43:56 +0000 (14:43 +0100)]
debian/reportbugrc: change mode to advanced

10 years agoxinitrc: Spawn fallback terminal if window manager fails to start.
Simon Ruderich [Mon, 24 Feb 2014 15:42:29 +0000 (16:42 +0100)]
xinitrc: Spawn fallback terminal if window manager fails to start.

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:21:03 +0000 (16:21 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:57 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:51 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:43 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:33 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:27 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:21 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:20:07 +0000 (16:20 +0100)]
Makefile: add, runs ./setup.sh

10 years agoMakefile: add, runs ./setup.sh
Simon Ruderich [Sun, 16 Mar 2014 15:19:53 +0000 (16:19 +0100)]
Makefile: add, runs ./setup.sh

10 years agoshell/aliases: remove space before > in redirections
Simon Ruderich [Sun, 16 Mar 2014 15:19:18 +0000 (16:19 +0100)]
shell/aliases: remove space before > in redirections

10 years agoshell/aliases: change m alias to make, add mu for mutt
Simon Ruderich [Sun, 16 Mar 2014 15:19:07 +0000 (16:19 +0100)]
shell/aliases: change m alias to make, add mu for mutt

10 years agocrontab.d/setup.sh: use single quotes
Simon Ruderich [Sun, 16 Mar 2014 15:10:03 +0000 (16:10 +0100)]
crontab.d/setup.sh: use single quotes

10 years agobin/schronic: rename to chronic-log
Simon Ruderich [Sun, 16 Mar 2014 15:05:42 +0000 (16:05 +0100)]
bin/schronic: rename to chronic-log

chronic-log makes the meaning clearer; it's not just a wrapper.

10 years agozsh/rc: add completion for my wrapper scripts
Simon Ruderich [Sun, 16 Mar 2014 14:54:22 +0000 (15:54 +0100)]
zsh/rc: add completion for my wrapper scripts

10 years agocrontab.d/jobs.daily/prune-logs: add
Simon Ruderich [Sun, 16 Mar 2014 14:46:00 +0000 (15:46 +0100)]
crontab.d/jobs.daily/prune-logs: add

10 years agobin/schronic: add
Simon Ruderich [Sun, 16 Mar 2014 14:45:23 +0000 (15:45 +0100)]
bin/schronic: add

10 years agobin/chronic: add, patched chronic with -l option
Simon Ruderich [Fri, 14 Mar 2014 14:35:55 +0000 (15:35 +0100)]
bin/chronic: add, patched chronic with -l option

10 years agosetup.sh: only link ~/.terminfo if Tmux is installed
Simon Ruderich [Sun, 16 Mar 2014 14:58:32 +0000 (15:58 +0100)]
setup.sh: only link ~/.terminfo if Tmux is installed

screen-it-256color is only necessary for Tmux.

10 years agozsh/rc: check for isearch keymap
Simon Ruderich [Wed, 12 Mar 2014 15:54:03 +0000 (16:54 +0100)]
zsh/rc: check for isearch keymap

It was added after 4.3.9.

10 years agoterminfo: install screen-it-256color
Simon Ruderich [Wed, 12 Mar 2014 15:23:30 +0000 (16:23 +0100)]
terminfo: install screen-it-256color

10 years agocrontab.d/update.sh: Rename to setup.sh.
Simon Ruderich [Sun, 16 Feb 2014 13:35:11 +0000 (14:35 +0100)]
crontab.d/update.sh: Rename to setup.sh.

10 years agoherbstluftwm: Add more rules.
Simon Ruderich [Wed, 12 Feb 2014 20:10:30 +0000 (21:10 +0100)]
herbstluftwm: Add more rules.

10 years agoherbstluftwm: Add a last notification fallback.
Simon Ruderich [Wed, 12 Feb 2014 20:08:58 +0000 (21:08 +0100)]
herbstluftwm: Add a last notification fallback.

10 years agoherbstluftwm: Search for a screen locker.
Simon Ruderich [Wed, 12 Feb 2014 20:08:52 +0000 (21:08 +0100)]
herbstluftwm: Search for a screen locker.

Display a warning if none is found.

10 years agoherbstluftwm: Use xmessage if dzen2 is not available.
Simon Ruderich [Tue, 11 Feb 2014 11:41:17 +0000 (12:41 +0100)]
herbstluftwm: Use xmessage if dzen2 is not available.

10 years agovimrc: Map <Leader>v to "verbatim" mode.
Simon Ruderich [Mon, 10 Feb 2014 17:01:48 +0000 (18:01 +0100)]
vimrc: Map <Leader>v to "verbatim" mode.

10 years agovimrc: Map <Leader>t to switch to real tabs.
Simon Ruderich [Mon, 10 Feb 2014 17:00:18 +0000 (18:00 +0100)]
vimrc: Map <Leader>t to switch to real tabs.

10 years agozsh/rc: Map incremental search to Ctrl-R.
Simon Ruderich [Tue, 11 Feb 2014 01:34:52 +0000 (02:34 +0100)]
zsh/rc: Map incremental search to Ctrl-R.

It's not mapped per default in Vi-mode.

10 years agozsh/rc: Add wrapper function for info.
Simon Ruderich [Mon, 10 Feb 2014 11:40:42 +0000 (12:40 +0100)]
zsh/rc: Add wrapper function for info.

10 years agozsh/rc: Remove ghci wrapper function.
Simon Ruderich [Mon, 10 Feb 2014 11:39:29 +0000 (12:39 +0100)]
zsh/rc: Remove ghci wrapper function.

10 years agozhs/rc: Autodetect coloredstderr.
Simon Ruderich [Mon, 10 Feb 2014 11:37:39 +0000 (12:37 +0100)]
zhs/rc: Autodetect coloredstderr.

10 years agotmux.conf: Improve urlview mapping.
Simon Ruderich [Mon, 10 Feb 2014 11:23:42 +0000 (12:23 +0100)]
tmux.conf: Improve urlview mapping.

10 years agoxinitrc: Minor documentation update.
Simon Ruderich [Mon, 10 Feb 2014 11:18:24 +0000 (12:18 +0100)]
xinitrc: Minor documentation update.

10 years agoherbstluftwm/autostart: Fix for Java programs.
Simon Ruderich [Mon, 10 Feb 2014 11:12:04 +0000 (12:12 +0100)]
herbstluftwm/autostart: Fix for Java programs.

Just in case.

10 years agoherbstluftwm: Add mapping $mod-Shift-space to reset fullscreen/layout.
Simon Ruderich [Mon, 10 Feb 2014 11:09:59 +0000 (12:09 +0100)]
herbstluftwm: Add mapping $mod-Shift-space to reset fullscreen/layout.

10 years agoherbstluftwm: Add mapping $mod-s to swap top and bottom frame.
Simon Ruderich [Sat, 8 Feb 2014 17:32:44 +0000 (18:32 +0100)]
herbstluftwm: Add mapping $mod-s to swap top and bottom frame.

10 years agosetup.sh: Update copyright year.
Simon Ruderich [Thu, 6 Feb 2014 11:13:34 +0000 (12:13 +0100)]
setup.sh: Update copyright year.

10 years agosetup.sh: Fix setup for mplayer.
Simon Ruderich [Wed, 5 Feb 2014 17:02:31 +0000 (18:02 +0100)]
setup.sh: Fix setup for mplayer.

10 years agoherbstluftwm/autostart: Update documentation.
Simon Ruderich [Mon, 27 Jan 2014 11:16:14 +0000 (12:16 +0100)]
herbstluftwm/autostart: Update documentation.