dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9dda55988e3f62ebb987869e47ac827061bfc6ad
parent b527e89848e002e112e1f0512b1bb6e09e778641
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 14 Jun 2019 18:41:10 +0200

Also commit Xresources changes

Diffstat:
M.Xresources | 4++--
M.commands.sh | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -5,8 +5,8 @@ Xcursor.size: 16 ! terminal colors ------------------------------------------------------------ ! see https://ciembor.github.io/4bit -*.foreground: #4d4d4c -*.background: #ffffff +*.foreground: #c5c8c6 +*.background: #1d1f21 /* black */ *color0: #434944 diff --git a/.commands.sh b/.commands.sh @@ -193,6 +193,8 @@ gcagp_all_sl() { msg="Update color scheme" read -r "input?commit message [$msg]: " msg="${input:-$msg}" + git add .Xresources + git commit -m "$msg" --verbose --gpg-sign && git push; for d in ~/.local/lib/dwm ~/.local/lib/st ~/.local/lib/surf ~/.local/lib/tabbed; do cd "$d" && \ git commit --all -m "$msg" --verbose --gpg-sign && git push;