Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 726 Bytes

dotfiles

Configurations for various programs

How to use

  1. Clone this repo.
  2. Create a symlink in your ~/.config folder.

App installations

macOS

  1. Install Homebrew from https://brew.sh/
  2. Install various apps using brew install <application>
  3. Install nodejs; required for LSP and formatting support.

Arch Linux

Install apps using pacman -S <application> or from AUR (paru or yay)

App setup

neovim

  1. Install neovim > 0.5 using any of the package managers that works with your OS.
  2. Install packer git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim.
  3. Launch neovim and run :PackerSync to install all plugins.