Files
omarchy/install/development.sh

12 lines
322 B
Bash
Raw Normal View History

2025-06-01 11:21:00 +02:00
yay -S --noconfirm \
2025-06-01 11:39:15 +02:00
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