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 9cc1aecf3d29978eb599a84a85255f2b084c107f
parent f109286f27c734e21cd3a596f9d8d33ee024eba6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 30 Sep 2019 20:03:23 +0200

Try terminus for dunst, add more git aliases

Diffstat:
M.config/dunst/dunstrc | 2+-
M.gitconfig | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = PragmataPro 9 + font = terminus 8 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. diff --git a/.gitconfig b/.gitconfig @@ -5,6 +5,8 @@ signkey = 5C959DF243CE4DD17A5B2610B790F4AD1BF858FE [alias] + a = add + c = commit -S -v l = log --pretty='format:%h %s%d' -n 20 --graph tags = tag -l branches = branch -a