Skip to content

bentohset/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim config

A repo to manage my lazyvim-based NeoVim and terminal configs

The main OS used is MacOS. Else, please find an appropriate terminal emulator and installation method. Linux should be supported but untested.

Prerequisites

  • homebrew
  • kitty
  • neovim
  • node and npm (for certain plugins)
  • nerdfont (JetBrainsMono)
  • ripgrep, fzf
  • lazygit

How to

Installation

# initialize git .config
cd $HOME
mkdir .config
cd .config
git clone https://github.com/bentohset/nvim-config.git .

# install homebrew (for fresh install)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install dependencies
brew bundle --file=~/.config/brew/Brewfile

Push update to remote

cd $HOME/.config
git add .
git commit -m "message"
git push -u origin main

Pull updates

cd $HOME/.config
git pull

About

My NeoVim and Terminal Configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published