mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Make sure to apply the specific nvim changes afterwards
This commit is contained in:
@ -6,5 +6,6 @@ yay -S --noconfirm --needed \
|
|||||||
# Install LazyVim
|
# Install LazyVim
|
||||||
rm -rf ~/.config/nvim
|
rm -rf ~/.config/nvim
|
||||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||||
|
cp -R ~/.local/share/omarchy/config/nvim/* ~/.config/nvim/
|
||||||
rm -rf ~/.config/nvim/.git
|
rm -rf ~/.config/nvim/.git
|
||||||
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
||||||
|
Reference in New Issue
Block a user