Add helix configuration
This commit is contained in:
parent
1b9fff48b1
commit
8754a985ab
3 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,7 @@ ln -s ~/Projects/hypr-dotfiles/waybar waybar
|
|||
ln -s ~/Projects/hypr-dotfiles/tofi tofi
|
||||
ln -s ~/Projects/hypr-dotfiles/wlogout wlogout
|
||||
ln -s ~/Projects/hypr-dotfiles/kitty kitty
|
||||
ln -s ~/Projects/hypr-dotfiles/helix helix
|
||||
```
|
||||
|
||||
You also need to install all the dependencies:
|
||||
|
|
2
helix/config.toml
Normal file
2
helix/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
theme = "jeenas"
|
||||
editor.rulers = [80]
|
3
helix/themes/jeenas.toml
Normal file
3
helix/themes/jeenas.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
inherits = "dracula"
|
||||
"ui.background" = {}
|
||||
"ui.virtual.ruler" = { bg = "#281427" }
|
Loading…
Add table
Add a link
Reference in a new issue