mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Simplify so we can just run everything in the install dir
This commit is contained in:
@ -2,3 +2,10 @@ yay -S --noconfirm \
|
||||
nvim luarocks tree-sitter-cli \
|
||||
mise github-cli \
|
||||
lazygit lazydocker
|
||||
|
||||
# Install LazyVim
|
||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||
rm -rf ~/.config/nvim/.git
|
||||
|
||||
# Turn off relative line numbers in nvim
|
||||
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
||||
|
Reference in New Issue
Block a user