mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06: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
|
# - (macOS) Menlo
|
||||||
# - (Linux) monospace
|
# - (Linux) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: "Fira Code"
|
family: "Hack Nerd Font"
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
@ -270,7 +270,7 @@ colors:
|
||||||
# - Linear
|
# - Linear
|
||||||
#
|
#
|
||||||
# Specifying a `duration` of `0` will disable the visual bell.
|
# Specifying a `duration` of `0` will disable the visual bell.
|
||||||
visual_bell:
|
bell:
|
||||||
animation: EaseOutExpo
|
animation: EaseOutExpo
|
||||||
duration: 0
|
duration: 0
|
||||||
color: '0xffffff'
|
color: '0xffffff'
|
||||||
|
@ -288,7 +288,7 @@ selection:
|
||||||
save_to_clipboard: false
|
save_to_clipboard: false
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
# Allow terminal applications to change Alacritty's window title.
|
||||||
dynamic_title: true
|
window.dynamic_title: true
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
|
|
|
@ -29,7 +29,7 @@ alias code="codium"
|
||||||
alias fsrpass="env PASSWORD_STORE_DIR=/Users/felix/fsr/passwords pass"
|
alias fsrpass="env PASSWORD_STORE_DIR=/Users/felix/fsr/passwords pass"
|
||||||
|
|
||||||
## some aliases taken from old zshrc
|
## 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 l="lsd -la"
|
||||||
alias calculator="python3 -i -c 'from math import *'"
|
alias calculator="python3 -i -c 'from math import *'"
|
||||||
alias music="screen -dR music cmus"
|
alias music="screen -dR music cmus"
|
||||||
|
|
Loading…
Reference in a new issue