From e8548954acba4bd58bbaadb7cfbf5c34e65e3e64 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Mon, 10 Jun 2024 18:11:36 +0530 Subject: [PATCH] feat: copy commons file during installation --- install/app-neovim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/app-neovim.sh b/install/app-neovim.sh index c25f27a..ce59dd3 100644 --- a/install/app-neovim.sh +++ b/install/app-neovim.sh @@ -4,5 +4,6 @@ sudo apt install -y neovim if [ ! -d "$HOME/.config/nvim" ]; then git clone https://github.com/LazyVim/starter ~/.config/nvim + cp ~/.local/share/omakub/themes/neovim/commons.lua ~/.config/nvim/lua/plugins/ cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua fi