]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
11 years agotig.pl: Move to bin/.
Simon Ruderich [Sun, 7 Apr 2013 01:40:50 +0000 (03:40 +0200)]
tig.pl: Move to bin/.

11 years agosetup.sh,gitconfig: Define PWD instead of TIG.
Simon Ruderich [Wed, 3 Apr 2013 21:49:10 +0000 (23:49 +0200)]
setup.sh,gitconfig: Define PWD instead of TIG.

11 years agogitconfig: Add aliases for commit --amend (ca, cad).
Simon Ruderich [Wed, 3 Apr 2013 21:42:21 +0000 (23:42 +0200)]
gitconfig: Add aliases for commit --amend (ca, cad).

11 years agogitconfig: Add alias for log with --color-words (lpw).
Simon Ruderich [Wed, 3 Apr 2013 21:40:10 +0000 (23:40 +0200)]
gitconfig: Add alias for log with --color-words (lpw).

11 years agotig.pl: Fix running in subdirectories.
Simon Ruderich [Wed, 3 Apr 2013 21:31:06 +0000 (23:31 +0200)]
tig.pl: Fix running in subdirectories.

11 years agogitconfig: Add alias to display content of untracked files (u).
Simon Ruderich [Tue, 2 Apr 2013 03:15:26 +0000 (05:15 +0200)]
gitconfig: Add alias to display content of untracked files (u).

11 years agoshell/aliases: Run `unalias` for mv and cp.
Simon Ruderich [Tue, 2 Apr 2013 02:38:56 +0000 (04:38 +0200)]
shell/aliases: Run `unalias` for mv and cp.

11 years agoshell/aliases: Add aliases mv (mv -i) and cp (cp -i -a).
Simon Ruderich [Tue, 2 Apr 2013 01:33:59 +0000 (03:33 +0200)]
shell/aliases: Add aliases mv (mv -i) and cp (cp -i -a).

11 years agocsh/rc: Only exec Zsh when it's available.
Simon Ruderich [Mon, 1 Apr 2013 22:02:27 +0000 (00:02 +0200)]
csh/rc: Only exec Zsh when it's available.

11 years agoMinor documentation updates.
Simon Ruderich [Mon, 1 Apr 2013 21:31:54 +0000 (23:31 +0200)]
Minor documentation updates.

11 years agozsh/rc: Underline hostname when running on a remote system.
Simon Ruderich [Mon, 1 Apr 2013 21:24:25 +0000 (23:24 +0200)]
zsh/rc: Underline hostname when running on a remote system.

Makes it very easy to spot what isn't running on a local machine.

11 years agobin/calc: Add s() to convert number to scientific notation.
Simon Ruderich [Mon, 1 Apr 2013 21:22:37 +0000 (23:22 +0200)]
bin/calc: Add s() to convert number to scientific notation.

11 years agoshell/dircolors: $LS_COLORS settings in more readable form.
Simon Ruderich [Mon, 1 Apr 2013 20:36:40 +0000 (22:36 +0200)]
shell/dircolors: $LS_COLORS settings in more readable form.

Moved from shell/env.

Also added a few new color settings.

11 years agocrontab.d/jobs: Add. Run jobs with run-parts regularly.
Simon Ruderich [Mon, 1 Apr 2013 20:14:13 +0000 (22:14 +0200)]
crontab.d/jobs: Add. Run jobs with run-parts regularly.

Also add the directories jobs.hourly/, jobs.hourly8/, jobs.daily/,
jobs.weekly/, jobs.monthly/.

11 years agocrontab.d/update.sh: Expand $HOME when changing $PATH in crontab files.
Simon Ruderich [Mon, 1 Apr 2013 17:26:55 +0000 (19:26 +0200)]
crontab.d/update.sh: Expand $HOME when changing $PATH in crontab files.

11 years agosshd_config: Add (disabled) MaxSessions setting.
Simon Ruderich [Sat, 30 Mar 2013 00:19:32 +0000 (01:19 +0100)]
sshd_config: Add (disabled) MaxSessions setting.

11 years agossh_config: Use ControlMaster auto.
Simon Ruderich [Sat, 30 Mar 2013 00:15:28 +0000 (01:15 +0100)]
ssh_config: Use ControlMaster auto.

11 years agocrontab.d/update.sh: Use C sort order when reading files.
Simon Ruderich [Wed, 27 Mar 2013 16:47:06 +0000 (17:47 +0100)]
crontab.d/update.sh: Use C sort order when reading files.

11 years agozsh/rc: Cleanup prompt creation.
Simon Ruderich [Sat, 23 Mar 2013 21:27:56 +0000 (22:27 +0100)]
zsh/rc: Cleanup prompt creation.

Also remove over-complicated check for terminals which can't fit the
top_right part (which almost never happens). This will cause a
line-wrapped prompt now.

Unchanged prompt content.

11 years agotig.pl: Fix graphs with "\".
Simon Ruderich [Sun, 17 Mar 2013 15:26:28 +0000 (16:26 +0100)]
tig.pl: Fix graphs with "\".

11 years agotig.pl: Allow empty commit messages.
Simon Ruderich [Sun, 17 Mar 2013 15:26:17 +0000 (16:26 +0100)]
tig.pl: Allow empty commit messages.

11 years agohgignore,hgrc: Remove hgignore file.
Simon Ruderich [Sat, 16 Mar 2013 19:48:32 +0000 (20:48 +0100)]
hgignore,hgrc: Remove hgignore file.

11 years agotig.pl: Pass specified arguments to Git or pass --all.
Simon Ruderich [Sat, 16 Mar 2013 16:21:58 +0000 (17:21 +0100)]
tig.pl: Pass specified arguments to Git or pass --all.

11 years agotig.pl: Spawn a pager.
Simon Ruderich [Sat, 16 Mar 2013 16:20:31 +0000 (17:20 +0100)]
tig.pl: Spawn a pager.

11 years agotig.pl: Use array as argument for open().
Simon Ruderich [Sat, 16 Mar 2013 16:03:04 +0000 (17:03 +0100)]
tig.pl: Use array as argument for open().

11 years agosetup.sh: Fix ls color detection.
Simon Ruderich [Tue, 12 Mar 2013 17:20:11 +0000 (18:20 +0100)]
setup.sh: Fix ls color detection.

Broken with set -e change in aa9db4c1b656eab6774b5ae1ade7c6f8bb13a01f.

11 years agogitconfig: Add alias to "backup" uncommitted changes (ssb).
Simon Ruderich [Mon, 11 Mar 2013 16:41:42 +0000 (17:41 +0100)]
gitconfig: Add alias to "backup" uncommitted changes (ssb).

11 years agotig.pl: Fix graphs with "." and "-".
Simon Ruderich [Mon, 11 Mar 2013 16:28:45 +0000 (17:28 +0100)]
tig.pl: Fix graphs with "." and "-".

11 years agotig.pl: Strip superfluous whitespace.
Simon Ruderich [Mon, 11 Mar 2013 16:26:31 +0000 (17:26 +0100)]
tig.pl: Strip superfluous whitespace.

11 years agotig.pl: Detect --graph part correctly.
Simon Ruderich [Mon, 11 Mar 2013 16:23:08 +0000 (17:23 +0100)]
tig.pl: Detect --graph part correctly.

11 years agotig.pl: Print line when dieing.
Simon Ruderich [Mon, 11 Mar 2013 16:18:31 +0000 (17:18 +0100)]
tig.pl: Print line when dieing.

11 years agogitconfig: Use transfer.fsckobjects instead of receive.fsckobjects.
Simon Ruderich [Mon, 11 Mar 2013 15:02:42 +0000 (16:02 +0100)]
gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects.

transfer.fsckobjects applies to both fetch and receive-pack.

11 years agogitignore,gitconfig: Remove gitignore file.
Simon Ruderich [Mon, 11 Mar 2013 14:21:28 +0000 (15:21 +0100)]
gitignore,gitconfig: Remove gitignore file.

11 years agotig.pl: Color refs.
Simon Ruderich [Mon, 11 Mar 2013 14:06:08 +0000 (15:06 +0100)]
tig.pl: Color refs.

11 years agotig.pl: Display refs after the author.
Simon Ruderich [Mon, 11 Mar 2013 13:50:11 +0000 (14:50 +0100)]
tig.pl: Display refs after the author.

11 years agogitconfig: Don't require <Return> in `git add --patch`.
Simon Ruderich [Mon, 11 Mar 2013 13:42:43 +0000 (14:42 +0100)]
gitconfig: Don't require <Return> in `git add --patch`.

11 years agosetup.sh,shell/aliases: Only use `column -t` if it's available.
Simon Ruderich [Sun, 10 Mar 2013 22:54:45 +0000 (23:54 +0100)]
setup.sh,shell/aliases: Only use `column -t` if it's available.

11 years agosetup.sh: Don't use `which`.
Simon Ruderich [Sun, 10 Mar 2013 22:44:51 +0000 (23:44 +0100)]
setup.sh: Don't use `which`.

11 years agolib.sh: Add installed_path(), a portable `which`.
Simon Ruderich [Sun, 10 Mar 2013 22:43:39 +0000 (23:43 +0100)]
lib.sh: Add installed_path(), a portable `which`.

11 years agoarchive.sh: Skip nonexistent repositories.
Simon Ruderich [Sun, 10 Mar 2013 22:02:27 +0000 (23:02 +0100)]
archive.sh: Skip nonexistent repositories.

11 years agoarchive.sh: Don't overwrite an existing file/directory.
Simon Ruderich [Sun, 10 Mar 2013 21:58:56 +0000 (22:58 +0100)]
archive.sh: Don't overwrite an existing file/directory.

11 years agoarchive.sh: Cleanup.
Simon Ruderich [Sun, 10 Mar 2013 21:57:55 +0000 (22:57 +0100)]
archive.sh: Cleanup.

11 years agoarchive.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:54:50 +0000 (22:54 +0100)]
archive.sh: Add set -e.

11 years agoREADME: Minor documentation update.
Simon Ruderich [Sun, 10 Mar 2013 21:50:13 +0000 (22:50 +0100)]
README: Minor documentation update.

11 years agosetup.sh: Cleanup.
Simon Ruderich [Sun, 10 Mar 2013 21:49:16 +0000 (22:49 +0100)]
setup.sh: Cleanup.

11 years agolib.sh: Use `type` instead of `which`.
Simon Ruderich [Sun, 10 Mar 2013 21:46:29 +0000 (22:46 +0100)]
lib.sh: Use `type` instead of `which`.

`type` is more portable. Also remove the old `which` tests.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:45:31 +0000 (22:45 +0100)]
setup.sh: Add set -e.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:40:58 +0000 (22:40 +0100)]
setup.sh: Add set -e.

11 years ago*: License under GPL v3+.
Simon Ruderich [Sun, 10 Mar 2013 21:27:21 +0000 (22:27 +0100)]
*: License under GPL v3+.

11 years agosync.sh,update.sh: Remove.
Simon Ruderich [Sun, 10 Mar 2013 21:22:06 +0000 (22:22 +0100)]
sync.sh,update.sh: Remove.

Old unnecessary scripts, use git-recursive instead.

11 years agoscreenrc: Minor documentation update.
Simon Ruderich [Sun, 10 Mar 2013 20:50:46 +0000 (21:50 +0100)]
screenrc: Minor documentation update.

11 years agoscreenrc: Display window flags.
Simon Ruderich [Sun, 10 Mar 2013 20:37:11 +0000 (21:37 +0100)]
screenrc: Display window flags.

This also displays "-" for the last active window which is very useful.

11 years agossh_config: Mark default values.
Simon Ruderich [Sun, 10 Mar 2013 20:33:53 +0000 (21:33 +0100)]
ssh_config: Mark default values.

11 years agossh_config: Disable unused authentication methods.
Simon Ruderich [Sun, 10 Mar 2013 14:36:11 +0000 (15:36 +0100)]
ssh_config: Disable unused authentication methods.

11 years agoscreenrc/tmux.conf: Increase scrollback buffer.
Simon Ruderich [Sun, 10 Mar 2013 14:32:30 +0000 (15:32 +0100)]
screenrc/tmux.conf: Increase scrollback buffer.

11 years agocrontab.d/update.sh: Documentation update.
Simon Ruderich [Sun, 10 Mar 2013 14:31:28 +0000 (15:31 +0100)]
crontab.d/update.sh: Documentation update.

11 years agosshd_config: Add ClientAlive* settings.
Simon Ruderich [Sun, 10 Mar 2013 14:18:26 +0000 (15:18 +0100)]
sshd_config: Add ClientAlive* settings.

11 years agosshd_config: Enable sftp.
Simon Ruderich [Tue, 5 Mar 2013 15:42:17 +0000 (16:42 +0100)]
sshd_config: Enable sftp.

11 years agotig.pl: Fix graphs with "_".
Simon Ruderich [Mon, 4 Mar 2013 03:02:18 +0000 (04:02 +0100)]
tig.pl: Fix graphs with "_".

11 years agosshd_config: Add.
Simon Ruderich [Wed, 27 Feb 2013 04:21:11 +0000 (05:21 +0100)]
sshd_config: Add.

11 years agosetup.sh: Don't create ~/.reminders from template.
Simon Ruderich [Sat, 16 Feb 2013 17:59:39 +0000 (18:59 +0100)]
setup.sh: Don't create ~/.reminders from template.

I don't use remind on all systems.

11 years agotig.pl: Add, tig-like log view.
Simon Ruderich [Mon, 11 Feb 2013 15:15:25 +0000 (16:15 +0100)]
tig.pl: Add, tig-like log view.

Used when tig is not available or broken.

Also add tig alias to gitconfig.

11 years agoshell/aliases: Use aliases for ll, la, lal.
Simon Ruderich [Sat, 9 Feb 2013 20:55:11 +0000 (21:55 +0100)]
shell/aliases: Use aliases for ll, la, lal.

11 years agoshell/aliases: Drop old Mercurial alias vqs.
Simon Ruderich [Sat, 9 Feb 2013 20:11:18 +0000 (21:11 +0100)]
shell/aliases: Drop old Mercurial alias vqs.

11 years agoscreenrc: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 20:10:39 +0000 (21:10 +0100)]
screenrc: Minor documentation update.

11 years agolessfilter: Use test.
Simon Ruderich [Sat, 9 Feb 2013 20:10:23 +0000 (21:10 +0100)]
lessfilter: Use test.

11 years agobin/srsync-incremental: Add set -e.
Simon Ruderich [Sat, 9 Feb 2013 20:08:54 +0000 (21:08 +0100)]
bin/srsync-incremental: Add set -e.

11 years agobin/srsync-incremental: Use `test`.
Simon Ruderich [Sat, 9 Feb 2013 20:08:17 +0000 (21:08 +0100)]
bin/srsync-incremental: Use `test`.

11 years agobin/notify.py: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 20:07:51 +0000 (21:07 +0100)]
bin/notify.py: Minor documentation update.

11 years agobin/mv-p: Rewrap for better readability.
Simon Ruderich [Sat, 9 Feb 2013 20:07:34 +0000 (21:07 +0100)]
bin/mv-p: Rewrap for better readability.

11 years agobin/calc: Add function to convert seconds to date.
Simon Ruderich [Sat, 9 Feb 2013 20:07:25 +0000 (21:07 +0100)]
bin/calc: Add function to convert seconds to date.

11 years agossh_config: Enable HashKnownHosts.
Simon Ruderich [Sat, 9 Feb 2013 19:59:15 +0000 (20:59 +0100)]
ssh_config: Enable HashKnownHosts.

11 years agossh_config: Disable PermitLocalCommand.
Simon Ruderich [Sat, 9 Feb 2013 19:57:43 +0000 (20:57 +0100)]
ssh_config: Disable PermitLocalCommand.

11 years agossh_config: Move ExitOnForwardFailure to forwarding settings.
Simon Ruderich [Sat, 9 Feb 2013 19:56:34 +0000 (20:56 +0100)]
ssh_config: Move ExitOnForwardFailure to forwarding settings.

11 years agossh_config: Minor documentation update.
Simon Ruderich [Sat, 9 Feb 2013 19:55:37 +0000 (20:55 +0100)]
ssh_config: Minor documentation update.

11 years agotmux-window.pl: Minor documentation fixes.
Simon Ruderich [Sat, 9 Feb 2013 19:54:22 +0000 (20:54 +0100)]
tmux-window.pl: Minor documentation fixes.

11 years agosetup.sh: Create zsh's cache/ directory.
Simon Ruderich [Sat, 2 Feb 2013 13:23:18 +0000 (14:23 +0100)]
setup.sh: Create zsh's cache/ directory.

11 years agobin: Add srandom-order. Pass files in random order to a program.
Simon Ruderich [Thu, 24 Jan 2013 16:37:40 +0000 (17:37 +0100)]
bin: Add srandom-order. Pass files in random order to a program.

11 years agobin: Add slocate, supdatedb. `locale` only for $HOME.
Simon Ruderich [Thu, 24 Jan 2013 16:35:35 +0000 (17:35 +0100)]
bin: Add slocate, supdatedb. `locale` only for $HOME.

11 years agobin/*.pl: Add missing die to close.
Simon Ruderich [Mon, 31 Dec 2012 01:12:53 +0000 (02:12 +0100)]
bin/*.pl: Add missing die to close.

11 years agoshell/env: Use test instead of [ and $HOME instead of ~.
Simon Ruderich [Mon, 31 Dec 2012 01:10:55 +0000 (02:10 +0100)]
shell/env: Use test instead of [ and $HOME instead of ~.

test and $HOME are more compatible. Not all shells support [ and expand
~.

11 years agogitconfig: Move ssk alias after ss alias.
Simon Ruderich [Fri, 28 Dec 2012 16:23:38 +0000 (17:23 +0100)]
gitconfig: Move ssk alias after ss alias.

11 years agogitconfig: Add missing # in comment.
Simon Ruderich [Thu, 20 Dec 2012 21:11:25 +0000 (22:11 +0100)]
gitconfig: Add missing # in comment.

11 years agogitconfig: Add --abbrev-commit to tig alias.
Simon Ruderich [Thu, 20 Dec 2012 21:10:58 +0000 (22:10 +0100)]
gitconfig: Add --abbrev-commit to tig alias.

11 years agozsh/rc: Don't change umask as root.
Simon Ruderich [Thu, 20 Dec 2012 20:42:24 +0000 (21:42 +0100)]
zsh/rc: Don't change umask as root.

11 years agossh_config: Document an undocumented ServerAlive* feature.
Simon Ruderich [Thu, 20 Dec 2012 20:41:45 +0000 (21:41 +0100)]
ssh_config: Document an undocumented ServerAlive* feature.

11 years agobin/{git-update.sh,git-update-all.sh}: Remove. No longer necessary.
Simon Ruderich [Thu, 20 Dec 2012 20:40:30 +0000 (21:40 +0100)]
bin/{git-update.sh,git-update-all.sh}: Remove. No longer necessary.

11 years agoshell/aliases: Use grep --color=auto if available.
Simon Ruderich [Thu, 20 Dec 2012 20:39:06 +0000 (21:39 +0100)]
shell/aliases: Use grep --color=auto if available.

11 years agozsh/rc: Handle fg in longrun_preexec().
Simon Ruderich [Thu, 20 Dec 2012 17:10:06 +0000 (18:10 +0100)]
zsh/rc: Handle fg in longrun_preexec().

11 years agozsh/rc: Display running time for long running processes.
Simon Ruderich [Thu, 20 Dec 2012 16:54:04 +0000 (17:54 +0100)]
zsh/rc: Display running time for long running processes.

Also send a bell to the terminal when the process is done.

11 years agozsh/rc: Also display fortune every 4 hours.
Simon Ruderich [Thu, 20 Dec 2012 16:38:40 +0000 (17:38 +0100)]
zsh/rc: Also display fortune every 4 hours.

11 years agozsh/rc: Prefer xpdf over zathura.
Simon Ruderich [Thu, 20 Dec 2012 16:35:42 +0000 (17:35 +0100)]
zsh/rc: Prefer xpdf over zathura.

11 years agoshell/aliases: Display complete size in du alias.
Simon Ruderich [Thu, 20 Dec 2012 16:33:18 +0000 (17:33 +0100)]
shell/aliases: Display complete size in du alias.

11 years agosetup.sh: Also link configuration file for newer htop versions.
Simon Ruderich [Thu, 20 Dec 2012 16:32:13 +0000 (17:32 +0100)]
setup.sh: Also link configuration file for newer htop versions.

11 years agolesskey: Minor documentation update.
Simon Ruderich [Thu, 20 Dec 2012 16:29:12 +0000 (17:29 +0100)]
lesskey: Minor documentation update.

11 years agolesskey: Don't use --search-skip-screen.
Simon Ruderich [Thu, 20 Dec 2012 16:19:39 +0000 (17:19 +0100)]
lesskey: Don't use --search-skip-screen.

11 years agocrontab.d: Add, directory for crontab snippets.
Simon Ruderich [Fri, 14 Dec 2012 23:28:59 +0000 (00:28 +0100)]
crontab.d: Add, directory for crontab snippets.

~/.crontab.d can be used by other configuration files (e.g. vim) to
provide crontab entries which are then loaded by `update.sh` in the
crontab entry of the current user.

11 years agosetup.sh: Split in sections "{DIRECTORY,FILE,LINK} SETUP".
Simon Ruderich [Fri, 14 Dec 2012 23:19:29 +0000 (00:19 +0100)]
setup.sh: Split in sections "{DIRECTORY,FILE,LINK} SETUP".

11 years agosetup.sh: Add set -e.
Simon Ruderich [Fri, 14 Dec 2012 23:18:41 +0000 (00:18 +0100)]
setup.sh: Add set -e.

11 years agoscreenrc: Add bindings for fast switching to windows 20-29.
Simon Ruderich [Fri, 14 Dec 2012 23:17:34 +0000 (00:17 +0100)]
screenrc: Add bindings for fast switching to windows 20-29.