Add Ponylang config, remove Alacritty font

Alacritty now has no font configured so will fall back to
`monospace`
This commit is contained in:
Callum Renwick 2021-01-03 16:06:32 +00:00
parent 8d0aa6ff51
commit 16cf4bd726
3 changed files with 4 additions and 2 deletions

View File

@ -96,7 +96,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Rec Mono Duotone
# family: Rec Mono Duotone
# The `style` can be specified to pick a specific face.
style: Regular

View File

@ -52,6 +52,8 @@ Plug 'w0rp/ale'
Plug 'ziglang/zig.vim'
" Odin language support
Plug 'Tetralux/odin.vim'
" Pony language support
Plug 'jakwings/vim-pony'
" Pencil, for writing prose
Plug 'reedes/vim-pencil'

View File

@ -1,7 +1,7 @@
# ~/.zshenv: environment bootstrap
export EDITOR=nvim
export XDG_CONFIG_HOME=/home/cren/.config/
export PATH=$PATH:/home/cren/.local/bin
export PATH=$PATH:/home/cren/.local/bin:/home/cren/.local/share/ponyup/bin
# pfetch config
export PF_INFO="ascii title os kernel shell wm memory pkgs palette"