Commit graph

15 commits

Author SHA1 Message Date
e5f4c25593 bash: shorten PATH manipulation 2021-02-25 19:39:59 +01:00
768e53ec2e alacritty: add window padding 2021-02-25 19:38:05 +01:00
9bdd042ed1 vim: remove timeout on mappings and key codes 2021-02-25 19:37:16 +01:00
bc307870ff vim: remove jk mapping to ESC 2021-02-23 17:28:47 +01:00
8fb66ffa6c bash: render prompt in the same color as separators 2021-02-23 17:27:53 +01:00
f1ba6be31c bash: exa: only ignore .git directory when showing tree 2021-02-23 17:26:31 +01:00
666d87d7b4 tmux: use C-b as prefix
This is easy to type on the Moonlander and prevents issues on Windows
with WSL, where C-space was being eaten by the console emulator.
2021-02-23 17:23:08 +01:00
4e29ff39e7 bash: fix LS_COLORS
The solarize script evalss the output of the dircolors(1) but the
LS_COLORS variable gets exported in its environmnent, not the calling
shell where we actually need it so ls(1) and other programs wiill
inherit it.

Therefore, the evaluation of the dircolors(1) output is moved to the
change_bg() function in the shell, so that the LS_COLORS variable is
available to any children of the shell.

The reason why I had missed this is that in most systems I have ls
aliased to exa, which does not care about LS_COLORS and has its own
coloring system. On cygwin, however, exa is not available and I noticed
that the colors were missind; and indeed, on systems with exa the colors
are also missing if I run ls as \ls.
2021-01-05 18:02:40 +01:00
f01bc4d599 readline: change cursor shape when entering vi cmd mode 2021-01-03 23:53:09 +01:00
57aaa79a30 git: use nvim as mergetool (and difftool) 2021-01-03 23:50:49 +01:00
3ad4f7d72b vim: replace vim with neovim 2021-01-03 23:37:13 +01:00
06f8655392 vim: replace airline with lightline 2021-01-03 22:21:05 +01:00
9982f4bbb9 vim: replace CTRLP repository with maintained one 2021-01-03 22:20:30 +01:00
c141e51b66 bash: check for brew after PATH manipulation 2021-01-03 22:19:52 +01:00
b16ca6a626 replace ansible with bootstrap script 2021-01-03 17:24:48 +01:00