]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
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 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 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 agohaskeline: add, readline clone
Simon Ruderich [Sun, 17 Aug 2014 22:22:49 +0000 (00:22 +0200)]
haskeline: add, readline clone

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 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 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 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 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 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 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 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 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 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 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 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 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 agobin/srsync,bin/srsync-incremental: Add --sparse.
Simon Ruderich [Fri, 24 Jan 2014 02:17:05 +0000 (03:17 +0100)]
bin/srsync,bin/srsync-incremental: Add --sparse.

10 years agobash/profile: Minor cleanup.
Simon Ruderich [Mon, 6 Jan 2014 13:39:51 +0000 (14:39 +0100)]
bash/profile: Minor cleanup.

10 years agosshd_config: Use stronger algorithms.
Simon Ruderich [Mon, 6 Jan 2014 13:39:15 +0000 (14:39 +0100)]
sshd_config: Use stronger algorithms.

10 years agosshd_config: Use MaxSessions 30.
Simon Ruderich [Mon, 6 Jan 2014 13:39:01 +0000 (14:39 +0100)]
sshd_config: Use MaxSessions 30.

10 years agosshd_config: Use UsePrivilegeSeparation sandbox.
Simon Ruderich [Mon, 6 Jan 2014 13:38:40 +0000 (14:38 +0100)]
sshd_config: Use UsePrivilegeSeparation sandbox.

10 years agossh_config: Document how to overwrite global rules.
Simon Ruderich [Sun, 5 Jan 2014 22:32:46 +0000 (23:32 +0100)]
ssh_config: Document how to overwrite global rules.

10 years agossh_config: Add VerifyHostKeyDNS no.
Simon Ruderich [Sun, 5 Jan 2014 22:27:41 +0000 (23:27 +0100)]
ssh_config: Add VerifyHostKeyDNS no.

10 years agossh_config: Use stronger algorithms.
Simon Ruderich [Sun, 5 Jan 2014 22:27:18 +0000 (23:27 +0100)]
ssh_config: Use stronger algorithms.

10 years agodigrc: Add. Configuration file for dig.
Simon Ruderich [Fri, 3 Jan 2014 02:50:05 +0000 (03:50 +0100)]
digrc: Add. Configuration file for dig.

10 years agosetup.sh: Disable 256 colors on virtual terminal.
Simon Ruderich [Fri, 3 Jan 2014 02:45:54 +0000 (03:45 +0100)]
setup.sh: Disable 256 colors on virtual terminal.

10 years agoshell/rc: Rename timeout_setup_shell_lock() to _logout().
Simon Ruderich [Fri, 27 Dec 2013 16:55:46 +0000 (17:55 +0100)]
shell/rc: Rename timeout_setup_shell_lock() to _logout().

10 years agoscreenrc: Disable auto-lock.
Simon Ruderich [Fri, 27 Dec 2013 16:51:58 +0000 (17:51 +0100)]
screenrc: Disable auto-lock.

Now handled by shell/rc in a better way.

10 years agoAdd rsleep script and use it in crontab.d/jobs.
Simon Ruderich [Thu, 26 Dec 2013 03:52:50 +0000 (04:52 +0100)]
Add rsleep script and use it in crontab.d/jobs.

10 years agobin/calc: Add lg() as shortcut for log10().
Simon Ruderich [Fri, 27 Dec 2013 16:09:45 +0000 (17:09 +0100)]
bin/calc: Add lg() as shortcut for log10().

10 years agotmux.conf: Document how to replicate GNU screen's -x.
Simon Ruderich [Mon, 16 Dec 2013 05:39:33 +0000 (06:39 +0100)]
tmux.conf: Document how to replicate GNU screen's -x.

10 years agobin/srsync-incremental: Try to remove current/ if backup failed.
Simon Ruderich [Sat, 7 Dec 2013 20:37:21 +0000 (21:37 +0100)]
bin/srsync-incremental: Try to remove current/ if backup failed.

10 years agobin/srsync-incremental: Improve --link-dest search.
Simon Ruderich [Sat, 7 Dec 2013 20:22:15 +0000 (21:22 +0100)]
bin/srsync-incremental: Improve --link-dest search.

10 years agosetup.sh: Simplify ls color detection.
Simon Ruderich [Sat, 7 Dec 2013 20:04:17 +0000 (21:04 +0100)]
setup.sh: Simplify ls color detection.

10 years agoshell/rc: Use shell timeout in Tmux if vlock wasn't found.
Simon Ruderich [Wed, 20 Nov 2013 21:54:42 +0000 (22:54 +0100)]
shell/rc: Use shell timeout in Tmux if vlock wasn't found.

10 years agolessfilter: Minor cleanup.
Simon Ruderich [Mon, 18 Nov 2013 12:13:49 +0000 (13:13 +0100)]
lessfilter: Minor cleanup.

10 years agocrontab.d/update.sh: Minor cleanup.
Simon Ruderich [Mon, 18 Nov 2013 12:13:18 +0000 (13:13 +0100)]
crontab.d/update.sh: Minor cleanup.

10 years agohtoprc: Document \ mapping.
Simon Ruderich [Thu, 7 Nov 2013 14:59:27 +0000 (15:59 +0100)]
htoprc: Document \ mapping.

10 years agoshell/rc,tmux.conf: Auto-logout on TTYs after timeout.
Simon Ruderich [Tue, 5 Nov 2013 20:41:36 +0000 (21:41 +0100)]
shell/rc,tmux.conf: Auto-logout on TTYs after timeout.

10 years agoshell/rc: Disable flow control.
Simon Ruderich [Tue, 5 Nov 2013 20:33:44 +0000 (21:33 +0100)]
shell/rc: Disable flow control.

10 years ago*/rc: Move umask code from zsh/rc to shell/rc.
Simon Ruderich [Tue, 5 Nov 2013 20:32:48 +0000 (21:32 +0100)]
*/rc: Move umask code from zsh/rc to shell/rc.

Also load shell/rc in bash/rc.

10 years ago*/env: Move man page coloring from zsh/env to shell/env.
Simon Ruderich [Tue, 5 Nov 2013 20:29:31 +0000 (21:29 +0100)]
*/env: Move man page coloring from zsh/env to shell/env.

10 years agohtoprc: Remove priority and add start time column.
Simon Ruderich [Tue, 29 Oct 2013 03:55:56 +0000 (04:55 +0100)]
htoprc: Remove priority and add start time column.

10 years agoDon't use echo for data from the user.
Simon Ruderich [Thu, 24 Oct 2013 20:15:42 +0000 (22:15 +0200)]
Don't use echo for data from the user.

10 years agozsh/rc: Add zshrc_fortune_arguments configuration variable.
Simon Ruderich [Thu, 24 Oct 2013 08:46:13 +0000 (10:46 +0200)]
zsh/rc: Add zshrc_fortune_arguments configuration variable.

10 years agobin/squvi: Add.
Simon Ruderich [Thu, 24 Oct 2013 00:33:47 +0000 (02:33 +0200)]
bin/squvi: Add.

10 years agobin/battery.pl: Update copyright year.
Simon Ruderich [Thu, 24 Oct 2013 00:32:43 +0000 (02:32 +0200)]
bin/battery.pl: Update copyright year.

10 years agozsh/rc: Minor documentation updates.
Simon Ruderich [Thu, 24 Oct 2013 00:31:43 +0000 (02:31 +0200)]
zsh/rc: Minor documentation updates.

10 years agotmux-windows.pl: Documentation updates/fixes.
Simon Ruderich [Thu, 24 Oct 2013 00:29:49 +0000 (02:29 +0200)]
tmux-windows.pl: Documentation updates/fixes.

10 years agoshell/dircolors: Display pipes and sockets in green.
Simon Ruderich [Thu, 24 Oct 2013 00:28:58 +0000 (02:28 +0200)]
shell/dircolors: Display pipes and sockets in green.

10 years agobin/temperature.pl: Display degree symbol.
Simon Ruderich [Thu, 24 Oct 2013 00:28:19 +0000 (02:28 +0200)]
bin/temperature.pl: Display degree symbol.

10 years agoscreenrc,tmux.conf: Display CPU temperature.
Simon Ruderich [Thu, 24 Oct 2013 00:27:20 +0000 (02:27 +0200)]
screenrc,tmux.conf: Display CPU temperature.

10 years agobin/temperature.pl: Support different sensor devices names.
Simon Ruderich [Thu, 24 Oct 2013 00:25:27 +0000 (02:25 +0200)]
bin/temperature.pl: Support different sensor devices names.

10 years agobin/battery.pl,setup.sh: Support different battery devices names.
Simon Ruderich [Thu, 24 Oct 2013 00:24:26 +0000 (02:24 +0200)]
bin/battery.pl,setup.sh: Support different battery devices names.

10 years agobin/battery.pl: Handle new keys ENERGY_NOW and ENERGY_FULL.
Simon Ruderich [Thu, 24 Oct 2013 00:17:15 +0000 (02:17 +0200)]
bin/battery.pl: Handle new keys ENERGY_NOW and ENERGY_FULL.

10 years agosetup.sh: Remove grep_i(), moved to lib.sh.
Simon Ruderich [Wed, 23 Oct 2013 23:06:51 +0000 (01:06 +0200)]
setup.sh: Remove grep_i(), moved to lib.sh.

10 years agosetup.sh: Use simple_cpp where possible.
Simon Ruderich [Tue, 22 Oct 2013 20:32:49 +0000 (22:32 +0200)]
setup.sh: Use simple_cpp where possible.