feat: copy commons file during installation

This commit is contained in:
Abhishek Keshri
2024-06-10 18:11:36 +05:30
parent ae5b060cfa
commit e8548954ac

View File

@@ -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