dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 87ff50792fa85b8cb485bbaaef48d5fb51f57296
parent 23479e87f9bac5e88ad49f176ab05ed3443d804e
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Wed,  9 Oct 2024 10:15:32 -0400

deploy: add SAKURA_FONT for thinkpad.

Diffstat:
Mdeploy | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/deploy b/deploy @@ -14,6 +14,7 @@ fi if [ $(echo "$1" | cut -c1-1) = "t" ]; then hardware="thinkpad" FOOT_FONT="Iosevka Nerd Font:size=14" + SAKURA_FONT="Iosevka Nerd Font 12" elif [ $(echo "$1" | cut -c1-1) = "d" ]; then hardware="desktop" FOOT_FONT="Iosevka Nerd Font:pixelsize=18"