mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
10 lines
303 B
Bash
10 lines
303 B
Bash
# Install LazyVim
|
|
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
|
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
|