Skip to content

Gprisco/term-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

term-starter

Some basic configuration for easily get my shell and neovim setup.

Usage

Some tools are required, like zsh shell, fzf, zoxide and neovim.

After getting these tools, the script included in the repo will copy a configuration for neovim into ~/.config/neovim and a zsh profile into ~/.zshrc. Just run

./install.sh

or

.\install.ps1

Sync nvim config changes

I usually update the configuration in ~/.config/nvim and then copy the updates here before committing them.

A script which helps me do so is:

./syncNvimConfig.sh

Environment variables

If on windows, then set the HOME environment variable to be the user profile home.

LSPs and DAPs

  • Omnisharp is required to be in $HOME/lsp/omnisharp
  • netcoredbg is required to be in $HOME/dap/netcoredbg

Notes for Windows

Treesitter requires a C compiler and llvm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published