mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fleshout the default nvim setup
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
# Copy over omarchy configs
|
||||
cp -R ~/.local/share/omarchy/config/* ~/.config/
|
||||
|
||||
# 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
|
||||
|
@ -1,4 +1,5 @@
|
||||
yay -S --noconfirm \
|
||||
nvim mise docker \
|
||||
nvim luarocks tree-sitter-cli \
|
||||
mise docker \
|
||||
lazygit lazydocker \
|
||||
github-cli
|
||||
|
Reference in New Issue
Block a user