Configurations for various programs
- Clone this repo.
- Create a symlink in your
~/.config
folder.
- Install Homebrew from https://brew.sh/
- Install various apps using
brew install <application>
- Install
nodejs
; required for LSP and formatting support.
Install apps using pacman -S <application>
or from AUR (paru
or yay
)
- Install neovim
> 0.5
using any of the package managers that works with your OS. - Install packer
git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
. - Launch
neovim
and run:PackerSync
to install all plugins.