Files
omarchy/install/configurations.sh

13 lines
402 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/
2025-06-01 11:56:03 +02:00
# Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
2025-06-01 11:39:15 +02:00
# Turn off relative line numbers in nvim
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua