mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 22:06:29 +00:00
Update alacritty config
This commit is contained in:
parent
c311b06b60
commit
82498258b6
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux) monospace
|
||||
# - (Windows) Consolas
|
||||
family: "Fira Code"
|
||||
family: "Hack Nerd Font"
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
|
@ -270,7 +270,7 @@ colors:
|
|||
# - Linear
|
||||
#
|
||||
# Specifying a `duration` of `0` will disable the visual bell.
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
color: '0xffffff'
|
||||
|
@ -288,7 +288,7 @@ selection:
|
|||
save_to_clipboard: false
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
window.dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
|
|
|
@ -29,7 +29,7 @@ alias code="codium"
|
|||
alias fsrpass="env PASSWORD_STORE_DIR=/Users/felix/fsr/passwords pass"
|
||||
|
||||
## some aliases taken from old zshrc
|
||||
alias full-update="brew update; brew upgrade; brew cask upgrade; brew cleanup; apm update --confirm false; rustup self update; rustup update"
|
||||
alias full-update="brew update; brew upgrade; brew cleanup; apm update --confirm false; rustup self update; rustup update"
|
||||
alias l="lsd -la"
|
||||
alias calculator="python3 -i -c 'from math import *'"
|
||||
alias music="screen -dR music cmus"
|
||||
|
|
Loading…
Reference in a new issue