chore: update alacritty and fish config

This commit is contained in:
Felix Suchert 2023-01-24 19:51:22 +01:00
parent 07882677d0
commit f7df96dd61
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
3 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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