Add initial helix configs

This commit is contained in:
2022-04-03 18:29:20 -05:00
parent 10d351d73a
commit 3f0890a50a
4 changed files with 26 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ zshrc = { source = "zshrc", target = ".zshrc" }
nvim = { source = "nvim", target = ".config/nvim" }
vimrc = { source = "vimrc", target = ".vimrc" }
# helix
helix = { source = "helix", target = ".config/helix" }
# tmux
tmux = { source = "tmux", target = ".config/tmux" }
tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }