Commit graph

185 commits

Author SHA1 Message Date
a10df38027 Xresources: add transparency to urxvt 2018-02-03 00:04:12 +01:00
a5f062b83f zsh: aliases: add shortcuts for often used commands 2017-11-24 15:13:14 +01:00
66efcc883e herbstluftwm: improve panel startup and add autokill-hooks
Save pids of each panel in order to kill each process in case of
herbstluftwm restart/reload.
2017-11-11 22:29:37 +01:00
f7a6dddd7b zsh: aliases: make automake check recursively for file modifications 2017-10-14 16:12:25 +02:00
1a3f0a08a0 ssh: remove default settings + unnecessary settings 2017-10-14 16:10:27 +02:00
8a8a62a50a ssh: reorder entries 2017-10-14 16:09:49 +02:00
39d069859f ssh: remove git.tpreisner.de entry
Not needed when using just one sshkey.
2017-10-14 15:22:06 +02:00
06f48f2c99 ssh: add modeline for filetype 2017-10-14 15:19:24 +02:00
dc13a6589b herbstluftwm: add randomized wallpapers + add wallpapers repository 2017-10-12 11:02:54 +02:00
eab35022eb zsh: exports: extend PATH variable 2017-10-10 14:42:32 +02:00
5fd4472c50 add fetch-3rd-party.sh and remove installExternal.sh
The new script not only clones the git repo once but can also pulls
updates from all git repositories every time it is executed and allows
to symlink binaries into $HOME/bin
2017-10-10 14:09:32 +02:00
c1a8e98d61 zsh: prompt: only set LS_COLORS if not using darwin nor bsd 2017-10-09 22:59:54 +02:00
0a2d9d9c6f zsh: remove obsolete checks.zsh 2017-10-09 22:42:12 +02:00
bd33ff52a3 zsh: merge colors.zsh into prompt.zsh 2017-10-09 22:38:28 +02:00
499bbaa823 zsh: aliases: add alias to automate make 2017-10-09 22:15:25 +02:00
c4807eebb4 zsh: aliases: fix aliases when using sudo 2017-10-09 21:31:26 +02:00
5b1954b5b2 zsh: completion: improve case insensitivity of approximate-completer 2017-10-09 21:12:41 +02:00
6182aeca25 zsh: prompt: display lightning symbol when charging battery 2017-10-09 21:12:41 +02:00
119f365424 zsh: prompt: use ZLE_RPROMPT_INDENT in tmux to fix prompt whitespaces 2017-10-09 21:12:41 +02:00
2bd6fd9eb4 herbstluftwm: use i3lock-fancy instead of i3lock 2017-10-09 21:12:41 +02:00
66680daac1 herbstluftwm: add screen brightness bindings for warthog 2017-10-09 21:12:19 +02:00
3f2fc4b860 herbstluftwm: change background color 2017-10-06 22:47:44 +02:00
f91af0f79e zsh: aliases: add 'o' for xdg-open 2017-10-06 09:14:02 +02:00
1e9fbb4779 tmux: change default-terminal to new tmux-specific value 2017-10-05 17:58:20 +02:00
e49928d279 gitconfig: use verbose output for commits by default 2017-10-05 14:30:18 +02:00
e7d72245bd setup: zsh: symlink .zsh instead of every single file 2017-10-05 14:21:18 +02:00
e1a0194962 gnupg: gpg: increase hash count, only display long keyids 2017-10-05 12:25:57 +02:00
2a31ac786f gnupg: gpg-agent: make pinetry grab input again
gpg-agent doesn't automatically grab the input by default thus
requiring 'grab' in the config.
2017-10-04 09:37:12 +02:00
88ed6d9d9b zsh: prompt: switch from ZLE_RPROMPT_INDENT=0 to %{ %} for bottom_right_suffix
Apparently ZLE_RPROMPT_INDENT is a bit buggy on several prompts (e.g.
iTerm2, virtual-terminal on linux, etc) since not only the most right
space is removed as intended, but also the cursor is moved on to the
right causing the last character of the prompt to be overwritten.
This causes completion to be rather weird (some characters are
drawn twice and some aren't at all).

Fix: Use %{ .. %} with ${bottom_right_suffix} to tell the terminal the
last symbols have a width of zero -> the most right space will be
overdrawn and thus not shown.
2017-08-02 14:25:59 +02:00
747085db67 setup: herbstluftwm: create barpyrus directory 2017-08-01 22:24:43 +02:00
7b385368b0 setup: ask user to continue linking if one symlink couldn't be created 2017-07-27 14:32:15 +02:00
7f6ad5cbbb zsh: prompt: check for battery and improve detection of pcs with acpi 2017-07-26 16:51:31 +02:00
9ca1bba42b setup: zsh: link general.zsh and keybindings.zsh 2017-07-16 13:35:14 +02:00
67a67f7988 zsh: prompt: fix battery display on computers without acpi 2017-07-16 13:23:27 +02:00
2e24e3e44a zsh: completion: add list-suffixes 2017-07-16 00:15:00 +02:00
c61a85a55c zsh: completion: add fallback for completion (^F) 2017-07-15 23:21:01 +02:00
457dca798c zsh: completion: add ignored-patterns for vim 2017-07-15 23:19:58 +02:00
c09504b28a zsh: completion: remove unnecessary completions (subscript) 2017-07-15 23:16:58 +02:00
2e7ec56427 zsh: completion: separate manpages by sections 2017-07-15 23:15:09 +02:00
65684fc3e3 zsh: completion: ignore completer functions and expand wildcards 2017-07-15 23:11:38 +02:00
fa3e4a9a28 zsh: completion: use default completion for ssh/scp 2017-07-15 23:03:08 +02:00
f8be2045f4 zsh: completion: make appearance more verbose and rearrange config 2017-07-15 23:01:42 +02:00
3de8370545 zsh: completion: only accept one mistake per 1 characters 2017-07-15 01:50:51 +02:00
9254a6137d zsh: completion: add _force_rehash completer 2017-07-15 01:47:58 +02:00
e56aaef60f zsh: completion: make <TAB> with empty input work like ls 2017-07-13 21:03:22 +02:00
1ef55abf90 zsh: completion: make cache options more generic 2017-07-13 20:19:25 +02:00
d900f34617 zsh: move completion setopts from setopt.zsh into completion.zsh 2017-07-13 20:07:05 +02:00
09816d9035 zsh: completion: remove vcs_info support from completion.zsh 2017-07-13 19:56:57 +02:00
0dd18575ca zsh: setopt: ignore EOFs, remove multi_io support 2017-07-12 18:38:15 +02:00
8beb935e98 zsh: add check for global variables (setopt warn_create_global) 2017-07-12 18:23:43 +02:00