feat: add halig conf
This commit is contained in:
parent
79d59ca488
commit
eb6e2dfa39
3 changed files with 6 additions and 1 deletions
|
|
@ -5,3 +5,4 @@ utils = "~/.local/bin/dotutils/"
|
||||||
ideavim = "~/.ideavimrc"
|
ideavim = "~/.ideavimrc"
|
||||||
astrovim = "~/.config/nvim/lua/user/"
|
astrovim = "~/.config/nvim/lua/user/"
|
||||||
vimrc = "~/.vimrc"
|
vimrc = "~/.vimrc"
|
||||||
|
halig = "~/.config/halig"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set -gx BAT_THEME "Catppuccin-frappe"
|
set -gx BAT_THEME "Catppuccin-frappe"
|
||||||
pyenv init - | source
|
pyenv init - | source
|
||||||
|
fish_vi_key_bindings
|
||||||
|
|
|
||||||
4
halig/halig.yml
Normal file
4
halig/halig.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
notebooks_root_path: /home/catalin/Documents/Notebooks
|
||||||
|
identity_path: /home/catalin/.ssh/id_ed25519
|
||||||
|
recipient_path: /home/catalin/.ssh/id_ed25519.pub
|
||||||
Loading…
Add table
Add a link
Reference in a new issue