Just always install that theme file in known location
This commit is contained in:
parent
c3854c6bd9
commit
7343ee1b88
@ -3,4 +3,5 @@ if ! command -v neovim &>/dev/null; then
|
|||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y neovim
|
sudo apt install -y neovim
|
||||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||||
|
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user