From f7df96dd61051bd1e3f1567e32ecda551112b9e1 Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Tue, 24 Jan 2023 19:51:22 +0100 Subject: [PATCH] chore: update alacritty and fish config --- tycho/create_home.sh | 2 ++ tycho/terminal/alacritty.yml | 2 +- tycho/terminal/config.fish | 7 +++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tycho/create_home.sh b/tycho/create_home.sh index 78cd5a8..0c4db67 100755 --- a/tycho/create_home.sh +++ b/tycho/create_home.sh @@ -55,6 +55,8 @@ ln -s $PWD/git-commit-template.txt ~/.gitcommit_template mkdir -p ~/.config/alacritty ln -s $PWD/terminal/alacritty.yml ~/.config/alacritty/alacritty.yml +# enable font smoothing in alacritty +defaults write -g AppleFontSmoothing -int 0 ln -s $PWD/kitty/ ~/.config/kitty diff --git a/tycho/terminal/alacritty.yml b/tycho/terminal/alacritty.yml index c9242e5..32784ea 100644 --- a/tycho/terminal/alacritty.yml +++ b/tycho/terminal/alacritty.yml @@ -175,7 +175,7 @@ font: # # This is a global setting and will require a log out or restart to take # effect. - use_thin_strokes: true + #use_thin_strokes: true # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true diff --git a/tycho/terminal/config.fish b/tycho/terminal/config.fish index b854592..934a54b 100644 --- a/tycho/terminal/config.fish +++ b/tycho/terminal/config.fish @@ -39,10 +39,6 @@ alias alles="all" alias sauber="clean" alias renne="run" -# custom temporary aliases -alias underrail="wine start 'C:\Program Files\Steam\steamapps\common\Underrail\underrail.exe'" -alias underrail-steam="wine start 'C:\Program Files\Steam\steam.exe' steam://run/250520 -no-cef-sandbox" - # initialize starship eval (starship init fish) @@ -54,6 +50,9 @@ function share echo "https://share.felixsuchert.de/"$argv | pbcopy end +# set up GPG pinentry +set -gx GPG_TTY (tty) + ###### Nix Setup ###### # include this plugin so nix will work # https://github.com/NixOS/nix/issues/1512