Commit graph

7 commits

Author SHA1 Message Date
45bac0500b tmux: minor tweak to status line 2020-12-13 02:17:24 +01:00
71f9710d82 tmux: more status line tweaking 2020-12-13 00:54:39 +01:00
e601612535 feat(tmux): improve status line with more info & colors 2020-12-11 18:03:22 +01:00
6b4f2ecf85 fix(tmux): changing background was ignored by tmux
When moving the configuration files to $XDG_CONFIG_HOME I forgot to
change the line in .bashrc that sources the tmux configuration so bash
was still trying to source ~/.tmux.conf, which no longer exists.

This commit fixes that. Additionally, the color setting code has been
factored out of tmux.conf into tmux-colors.conf (which can be sourced
from bash profile and tmux.conf). This way the rest of the code in
tmux.conf doesn't have to be executed again when changing the background
color.
2020-12-04 18:15:41 +01:00
7d961dd352 Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
81c63724d7 Add installation for commonly used sotfware 2019-11-15 23:44:15 +00:00
e279c9b5d1 Add tmux role 2019-11-15 19:58:27 +00:00