Commit graph

41 commits

Author SHA1 Message Date
083ac8d90e vim: improve status line 2021-07-30 18:23:34 +02:00
3012a2757a Fix minor typos 2021-07-30 13:17:25 +02:00
14a8260771 vim: tweak statusline 2021-07-28 01:06:19 +02:00
be3e854f7e alacritty: bump up font size a bit 2021-07-27 23:30:53 +02:00
5d10202121 Remove support for light background
I never seemed to used and the complexity added by this was a bit
annoying.
2021-07-27 23:28:48 +02:00
f1ffa412f5 mintty: use bold font and line cursor 2021-07-27 14:54:33 +02:00
a377da1ab9 mintty: use solarized dark (static config) 2021-07-27 14:47:01 +02:00
187bc36cdf alacritty: use solarized dark (static config) 2021-07-27 14:46:35 +02:00
6a7a82e87b vim: disable concealment for json files 2021-07-23 19:37:52 +02:00
4a5fc4d54b jupyter: enable line numbers 2021-07-23 15:52:58 +02:00
064c17817b jupyter: hided notebook header and toolbar 2021-07-23 15:50:36 +02:00
03bfd16055 jupyter: disable bracket auto complete 2021-07-23 15:48:56 +02:00
a9ee9983b3 bash: remove unused shell aliases and functions 2021-07-22 17:34:09 +02:00
e44b318e61 bash: turn aliases into scripts
This makes the common actions previously encoded as bash aliases
independent of the shell (I'm using /bin/sh for the scripts), which will
make a potential switch to zsh easier by having less bash-specific stuff
around.
2021-07-22 17:34:00 +02:00
d1379ae956 bin: rename solarize -> ,solarize 2021-07-22 16:43:36 +02:00
02ca961623 bin: rename colorman -> ,man 2021-07-22 16:20:37 +02:00
e988871cba bash: only export MANPATH if manpath(1) is available 2021-07-07 01:18:07 +02:00
3174fc112f Add .XCompose 2021-07-05 15:15:09 +02:00
edb6806c63 git: remove aliases I never use 2021-07-04 18:00:17 +02:00
98d82fc976 ssh: enable ForwardAgent 2021-06-29 16:30:09 +02:00
6a48c76cfc ssh: use identities from ssh-agent
This makes it possible to use agent forwarding ans thus I no longer need
a private key for each server.
2021-06-01 16:14:15 +02:00
1de7d27c2b tmux: fix location of tmux.conf when reloading 2021-05-27 17:47:12 +02:00
299637c7cc tmux: use C-space as prefix
Turns out C-b is quite useful for navigation in vim and other programs.
Also, the C-space issue seems to only happen when using Alacritty and
WSL, so I'll just avoid this combination for now.
2021-05-27 17:43:33 +02:00
41050707f7 tmux: fix status line right side length
The length of 32 was too small and causing clipping for slightly longer
host names, e.g. at work.
2021-03-09 17:39:21 +01:00
25f8aee1d9 tmux: reduce escape-time to 50ms
The default escape-time of 500ms made it very annoying to use vim inside
of tmux and 50ms seems to make vim responsive enough.
2021-03-09 17:07:10 +01:00
9c4c579938 bash: improve operating system detection
The -s flag to `uname` makes sure that only the string "Darwin" is
printed, so the comparison is safer.
2021-02-25 19:41:34 +01:00
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