Skip to content

jayair/config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

Neovim + iTerm + tmux setup based on kickstart.nvim.

Prerequisites

  1. Download iTerm and restore preferences.
  2. Download Tokyo Night Moon for iTerm.
  3. Download the RobotoMono Nerd Font.
  4. Install tmux.

Extra

  • Basic utils: git, make, unzip, gcc

  • ripgrep

  • Enable vim mode, add the following to .zshrc.

    # vim mode
    bindkey -v '^?' backward-delete-char
    

Backup

  • Backup old nvim config in ~/.config/nvim
  • Backup old tmux config in ~/.config/tmux
  • Remove old files rm -rf ~/.local/share/nvim/

Usage

cd ~/
git clone https://github.com/jayair/config.git dotconfig
ln -s dotconfig/nvim ~/.conig/nvim
ln -s dotconfig/tmux ~/.conig/tmux

Load

  1. Start tmux
  2. Start nvim
  3. Init copilot.lua :Copilot auth

iTerm Config

The iTerm config is backed up by going to Settings > General > Settings and selecting ~/dotconfig and hitting Save now.

iTerm Settings

About

My nvim setup

Resources

Stars

Watchers

Forks

Languages

  • Lua 93.6%
  • Shell 6.4%