Add initial helix configs
This commit is contained in:
parent
10d351d73a
commit
3f0890a50a
@ -28,6 +28,9 @@ zshrc = { source = "zshrc", target = ".zshrc" }
|
|||||||
nvim = { source = "nvim", target = ".config/nvim" }
|
nvim = { source = "nvim", target = ".config/nvim" }
|
||||||
vimrc = { source = "vimrc", target = ".vimrc" }
|
vimrc = { source = "vimrc", target = ".vimrc" }
|
||||||
|
|
||||||
|
# helix
|
||||||
|
helix = { source = "helix", target = ".config/helix" }
|
||||||
|
|
||||||
# tmux
|
# tmux
|
||||||
tmux = { source = "tmux", target = ".config/tmux" }
|
tmux = { source = "tmux", target = ".config/tmux" }
|
||||||
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
|
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
|
||||||
|
1
helix/config.toml
Normal file
1
helix/config.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
theme = "monokai_pro_spectrum"
|
21
helix/themes/sonokai.toml
Normal file
21
helix/themes/sonokai.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
ui.text = "white"
|
||||||
|
ui.background = "black"
|
||||||
|
ui.selection = "green"
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
black = "#181819"
|
||||||
|
white = "#e2e2e3"
|
||||||
|
red = "#fc5d7c"
|
||||||
|
green = "#9ed072"
|
||||||
|
yellow = "#e7c664"
|
||||||
|
blue = "#76cce0"
|
||||||
|
magenta = "#b39df3"
|
||||||
|
cyan = "#f39660"
|
||||||
|
gray = "#2c2e34"
|
||||||
|
light-red = "#fc5d7c"
|
||||||
|
light-green = "#9ed072"
|
||||||
|
light-yellow = "#e7c664"
|
||||||
|
light-blue = "#76cce0"
|
||||||
|
light-magenta = "#b39df3"
|
||||||
|
light-cyan = "#f39660"
|
||||||
|
light-gray = "#d2d2d3"
|
1
zshenv
1
zshenv
@ -2,6 +2,7 @@ export EDITOR="nvim"
|
|||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||||
|
export HELIX_RUNTIME="$HOME/src/helix/runtime"
|
||||||
|
|
||||||
fpath+=(~/.zsh/completions)
|
fpath+=(~/.zsh/completions)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user