mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-19 13:34:19 +01:00
feat: copy commons file during installation
This commit is contained in:
@@ -4,5 +4,6 @@ sudo apt install -y neovim
|
|||||||
|
|
||||||
if [ ! -d "$HOME/.config/nvim" ]; then
|
if [ ! -d "$HOME/.config/nvim" ]; then
|
||||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
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
|
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user