Just always install that theme file in known location

This commit is contained in:
David Heinemeier Hansson 2024-05-30 17:24:12 -07:00
parent c3854c6bd9
commit 7343ee1b88

View File

@ -3,4 +3,5 @@ if ! command -v neovim &>/dev/null; then
sudo apt update -y
sudo apt install -y neovim
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