]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
9 years agogitconfig: use diff.algorithm instead of --patience
Simon Ruderich [Fri, 19 Sep 2014 09:42:44 +0000 (11:42 +0200)]
gitconfig: use diff.algorithm instead of --patience

9 years agoghc/ghci: add
Simon Ruderich [Fri, 19 Sep 2014 09:37:25 +0000 (11:37 +0200)]
ghc/ghci: add

9 years agohtoprc: add meters config
Simon Ruderich [Mon, 15 Sep 2014 22:59:42 +0000 (00:59 +0200)]
htoprc: add meters config

9 years agozsh/rc: don't start screen if $TERM = dialup
Simon Ruderich [Sun, 14 Sep 2014 14:51:16 +0000 (16:51 +0200)]
zsh/rc: don't start screen if $TERM = dialup

screen fails to start on this terminal.

9 years agosetup.sh: don't display hidden files on BSD's ls as root
Simon Ruderich [Sun, 14 Sep 2014 14:50:04 +0000 (16:50 +0200)]
setup.sh: don't display hidden files on BSD's ls as root

9 years agolib.sh: link(): add missing newline in error messages
Simon Ruderich [Sun, 14 Sep 2014 14:47:53 +0000 (16:47 +0200)]
lib.sh: link(): add missing newline in error messages

9 years agoxscreensaver: add and use
Simon Ruderich [Sat, 13 Sep 2014 15:29:40 +0000 (17:29 +0200)]
xscreensaver: add and use

9 years agouse set -eu
Simon Ruderich [Sat, 13 Sep 2014 15:03:13 +0000 (17:03 +0200)]
use set -eu

9 years agosetup.sh: fix setup if LD_PRELOAD is not set
Simon Ruderich [Wed, 10 Sep 2014 12:19:19 +0000 (14:19 +0200)]
setup.sh: fix setup if LD_PRELOAD is not set

9 years agompv/input.conf: ignore some unnecessary bindings
Simon Ruderich [Fri, 5 Sep 2014 04:03:13 +0000 (06:03 +0200)]
mpv/input.conf: ignore some unnecessary bindings

9 years agompv/input.conf: add a few more "legacy" bindings
Simon Ruderich [Fri, 5 Sep 2014 04:02:57 +0000 (06:02 +0200)]
mpv/input.conf: add a few more "legacy" bindings

9 years agofix lesspipe setup for Gentoo
Simon Ruderich [Mon, 25 Aug 2014 01:04:11 +0000 (03:04 +0200)]
fix lesspipe setup for Gentoo

Also move it from zsh/env to shell/env.

9 years agompv/input.conf: add
Simon Ruderich [Wed, 20 Aug 2014 00:37:24 +0000 (02:37 +0200)]
mpv/input.conf: add

9 years agovimrc: update comments
Simon Ruderich [Tue, 19 Aug 2014 14:15:52 +0000 (16:15 +0200)]
vimrc: update comments

9 years agoterm2gui.pl: read from STDIN
Simon Ruderich [Tue, 19 Aug 2014 14:13:08 +0000 (16:13 +0200)]
term2gui.pl: read from STDIN

9 years agozsh/env: remove unnecessary quotes
Simon Ruderich [Mon, 18 Aug 2014 22:18:14 +0000 (00:18 +0200)]
zsh/env: remove unnecessary quotes

9 years agouse more set -eu
Simon Ruderich [Mon, 18 Aug 2014 22:16:42 +0000 (00:16 +0200)]
use more set -eu

9 years agot: use set -u
Simon Ruderich [Mon, 18 Aug 2014 13:55:27 +0000 (15:55 +0200)]
t: use set -u

9 years agoxinitrc: fix typo in comment
Simon Ruderich [Mon, 18 Aug 2014 13:53:01 +0000 (15:53 +0200)]
xinitrc: fix typo in comment

9 years agoxinitrc: only kill $background_pids if there are any
Simon Ruderich [Mon, 18 Aug 2014 13:52:25 +0000 (15:52 +0200)]
xinitrc: only kill $background_pids if there are any

9 years agoxinitrc: use $HOME for consistency
Simon Ruderich [Mon, 18 Aug 2014 13:52:12 +0000 (15:52 +0200)]
xinitrc: use $HOME for consistency

9 years agohaskeline: add, readline clone
Simon Ruderich [Sun, 17 Aug 2014 22:22:49 +0000 (00:22 +0200)]
haskeline: add, readline clone

9 years agompv/mpv.conf: use new option name input-lirc for option lirc
Simon Ruderich [Tue, 12 Aug 2014 23:58:06 +0000 (01:58 +0200)]
mpv/mpv.conf: use new option name input-lirc for option lirc

9 years agompv: move config file to new location
Simon Ruderich [Tue, 12 Aug 2014 23:54:27 +0000 (01:54 +0200)]
mpv: move config file to new location

Default location and name was changed in mpv 0.5.

9 years agosetup.sh: fix background color in rxvt if compton is not available
Simon Ruderich [Tue, 24 Jun 2014 13:34:56 +0000 (15:34 +0200)]
setup.sh: fix background color in rxvt if compton is not available

9 years agozsh/rc: remove more unnecessary quotes
Simon Ruderich [Sun, 22 Jun 2014 14:41:08 +0000 (16:41 +0200)]
zsh/rc: remove more unnecessary quotes

9 years agoarchive.sh,setup.sh: use set -u
Simon Ruderich [Sun, 22 Jun 2014 14:17:28 +0000 (16:17 +0200)]
archive.sh,setup.sh: use set -u

9 years agobin/svalgrind-ptr: remove
Simon Ruderich [Sun, 22 Jun 2014 14:11:46 +0000 (16:11 +0200)]
bin/svalgrind-ptr: remove

Unused.

9 years agozsh/rc: add katarakt as preferred PDF viewer
Simon Ruderich [Sun, 22 Jun 2014 14:11:13 +0000 (16:11 +0200)]
zsh/rc: add katarakt as preferred PDF viewer

9 years agozsh/rc: increase history to 1_000_000 entries
Simon Ruderich [Sun, 22 Jun 2014 14:07:40 +0000 (16:07 +0200)]
zsh/rc: increase history to 1_000_000 entries

Should be ~20 MiB.

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:35:22 +0000 (14:35 +0200)]
use set -eu

Also correct check if $SSH_CONNECTION is set.

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:30:46 +0000 (14:30 +0200)]
use set -eu

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:30:39 +0000 (14:30 +0200)]
use set -eu

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:30:24 +0000 (14:30 +0200)]
use set -eu

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:30:17 +0000 (14:30 +0200)]
use set -eu

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:30:06 +0000 (14:30 +0200)]
use set -eu

9 years agosetup.sh: use set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:29:44 +0000 (14:29 +0200)]
setup.sh: use set -eu

9 years agouse set -eu
Simon Ruderich [Sat, 21 Jun 2014 12:27:56 +0000 (14:27 +0200)]
use set -eu

9 years agoherbstluftwm/autostart: only xtrlock requires the sleep
Simon Ruderich [Sat, 21 Jun 2014 12:25:58 +0000 (14:25 +0200)]
herbstluftwm/autostart: only xtrlock requires the sleep

9 years agoherbstluftwm/autostart: fix notify() with dzen2
Simon Ruderich [Sat, 14 Jun 2014 19:20:54 +0000 (21:20 +0200)]
herbstluftwm/autostart: fix notify() with dzen2

Without the read x, the message is not displayed when & is used.

9 years agoherbstluftwm/autostart: fix timeout of notify()
Simon Ruderich [Sat, 14 Jun 2014 19:14:59 +0000 (21:14 +0200)]
herbstluftwm/autostart: fix timeout of notify()

If dzen2 was installed it hung the window manager because it waited for
the timeout in the foreground!

9 years agoRevert "herbstluftwm/autostart: start screen locker message in the background"
Simon Ruderich [Sat, 14 Jun 2014 19:14:42 +0000 (21:14 +0200)]
Revert "herbstluftwm/autostart: start screen locker message in the background"

This reverts commit 599641e1dc79094d2ff3ba7feefac83035b7b0b2. The fix
was incorrect.

9 years agoshell/env: reset all LC_* variables
Simon Ruderich [Mon, 9 Jun 2014 12:45:18 +0000 (14:45 +0200)]
shell/env: reset all LC_* variables

9 years agoshell/aliases: remove unused alias `:q`
Simon Ruderich [Mon, 9 Jun 2014 12:43:15 +0000 (14:43 +0200)]
shell/aliases: remove unused alias `:q`

9 years agoshell/aliases: move some commands from zsh/rc
Simon Ruderich [Mon, 9 Jun 2014 12:42:29 +0000 (14:42 +0200)]
shell/aliases: move some commands from zsh/rc

9 years agoshell/aliases: use `command`
Simon Ruderich [Mon, 9 Jun 2014 12:41:19 +0000 (14:41 +0200)]
shell/aliases: use `command`

No need to store the absolute path to the binary.

9 years agozsh/rc: remove unnecessary quotes
Simon Ruderich [Mon, 9 Jun 2014 12:37:53 +0000 (14:37 +0200)]
zsh/rc: remove unnecessary quotes

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()

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

9 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.

9 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

9 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