mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 22:06:29 +00:00
chore: update alacritty and fish config
This commit is contained in:
parent
07882677d0
commit
f7df96dd61
3 changed files with 6 additions and 5 deletions
|
@ -55,6 +55,8 @@ ln -s $PWD/git-commit-template.txt ~/.gitcommit_template
|
||||||
|
|
||||||
mkdir -p ~/.config/alacritty
|
mkdir -p ~/.config/alacritty
|
||||||
ln -s $PWD/terminal/alacritty.yml ~/.config/alacritty/alacritty.yml
|
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
|
ln -s $PWD/kitty/ ~/.config/kitty
|
||||||
|
|
||||||
|
|
|
@ -175,7 +175,7 @@ font:
|
||||||
#
|
#
|
||||||
# This is a global setting and will require a log out or restart to take
|
# This is a global setting and will require a log out or restart to take
|
||||||
# effect.
|
# effect.
|
||||||
use_thin_strokes: true
|
#use_thin_strokes: true
|
||||||
|
|
||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
|
@ -39,10 +39,6 @@ alias alles="all"
|
||||||
alias sauber="clean"
|
alias sauber="clean"
|
||||||
alias renne="run"
|
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
|
# initialize starship
|
||||||
eval (starship init fish)
|
eval (starship init fish)
|
||||||
|
@ -54,6 +50,9 @@ function share
|
||||||
echo "https://share.felixsuchert.de/"$argv | pbcopy
|
echo "https://share.felixsuchert.de/"$argv | pbcopy
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# set up GPG pinentry
|
||||||
|
set -gx GPG_TTY (tty)
|
||||||
|
|
||||||
###### Nix Setup ######
|
###### Nix Setup ######
|
||||||
# include this plugin so nix will work
|
# include this plugin so nix will work
|
||||||
# https://github.com/NixOS/nix/issues/1512
|
# https://github.com/NixOS/nix/issues/1512
|
||||||
|
|
Loading…
Reference in a new issue