Simplify so we can just run everything in the install dir

This commit is contained in:
David Heinemeier Hansson
2025-06-02 09:26:38 +02:00
parent 874c39f180
commit 2bdb064c02
5 changed files with 14 additions and 22 deletions

View File

@ -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