Skip to content

stonecharioteer/kvrohit-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 88.9%
  • Shell 9.5%
  • Vim Script 1.6%