mirror of https://github.com/kianby/dotfiles
Set alacritty font and update fish plugins
parent
bb596950c1
commit
2944a7a99f
@ -1 +1,23 @@
|
|||||||
|
# Theme Nord
|
||||||
import = ["~/.config/alacritty/nord.toml"]
|
import = ["~/.config/alacritty/nord.toml"]
|
||||||
|
|
||||||
|
# Font configuration
|
||||||
|
[font]
|
||||||
|
size = 11.0
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "FiraCode Nerd Font Mono"
|
||||||
|
style = "Medium"
|
||||||
|
|
||||||
|
[font.bold]
|
||||||
|
family = "FiraCode Nerd Font Mono"
|
||||||
|
style = "Bold"
|
||||||
|
|
||||||
|
[font.italic]
|
||||||
|
family = "FiraCode Nerd Font Mono"
|
||||||
|
style = "Retina"
|
||||||
|
|
||||||
|
[font.bold_italic]
|
||||||
|
family = "FiraCode Nerd Font Mono"
|
||||||
|
style = "SemiBold"
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
jorgebucaran/fisher
|
||||||
patrickf1/fzf.fish
|
patrickf1/fzf.fish
|
||||||
ilancosman/tide@v5
|
ilancosman/tide@v5
|
||||||
gazorby/fish-abbreviation-tips
|
ilancosman/tide
|
||||||
oh-my-fish/plugin-foreign-env
|
oh-my-fish/plugin-foreign-env
|
||||||
reitzig/sdkman-for-fish@v1.4.0
|
gazorby/fish-abbreviation-tips
|
||||||
cafedomancer/fish-nodenv
|
cafedomancer/fish-nodenv
|
||||||
meaningful-ooo/sponge
|
meaningful-ooo/sponge
|
||||||
Alaz-Oz/fish-insulter
|
|
||||||
|
Loading…
Reference in New Issue