Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
14
chezmoi/dot_config/helix/config.toml
Normal file
14
chezmoi/dot_config/helix/config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
theme = "catppuccin_mocha"
|
||||
|
||||
[editor]
|
||||
scrolloff = 15
|
||||
line-number = "relative"
|
||||
color-modes = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
insert = "bar"
|
||||
select = "underline"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue