Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
17
private_dot_config/helix/config.toml
Normal file
17
private_dot_config/helix/config.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
theme = "default-jsw"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
default-yank-register = "+"
|
||||
bufferline = "multiple"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[keys.normal]
|
||||
"C-/" = "toggle_comments"
|
||||
|
||||
### THEMING
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue