Skip to content

skongum02/configs

Repository files navigation

configs

Configs I want to carry over on new systems

vim plugins

  • surround
  • fugitive
  • NERDTree
mkdir -p ~/.vim/pack/vkong/start
cd ~/.vim/pack/vkong/start
git clone https://tpope.io/vim/surround.git
vim -u NONE -c "helptags surround/doc" -c q

command line tools (already a part of nix configs)

  • bat
  • delta (git-delta)
  • the_silver_searcher (ag)
  • fzf
  • gh (github command line)

Nix (for mac)

Neovim

  • Follow guide for copying .vimrc to init.vim from neovim website
  • Use lazy.nvim for plugins

tmux on mac, backspace not working.

# this is after ncurses is properly installed, make sure using the correct infocmp
infocmp tmux-256color > ~/tmux-256color.info
tic -xe tmux-256color ~/tmux-256color.info

About

Configs I want to carry over on new systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published