Files
omarchy/install/configurations.sh

10 lines
303 B
Bash
Raw Normal View History

2025-06-01 11:21:00 +02:00
# Install LazyVim
git clone https://github.com/LazyVim/starter ~/.config/nvim
2025-06-01 11:39:15 +02:00
rm -rf ~/.config/nvim/.git
# Copy over Omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Turn off relative line numbers in nvim
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua