Skip to content

orchistro/.dotfiles

Repository files navigation

How to install

Make sure you clone this repo to ${HOME}/.dotfiles directory.

Macos

sudo port install cargo
cargo install protols
sudo port install stow
  • install Neovim the install.sh script downloads the latest neovim and put it in .local/bin/
sudo port install neovim
  • run install.sh

Linux (ubuntu)

sudo apt install cargo
cargo install protols
  • change your shell to zsh
  • install GNU Stow to install . files. (Most linux distros do not have this program, you may need to install it yourself)
  • run install.sh

DAP

nvim-dap wiki page (Debug Adapter installation) introduces 4 debug adaptor: gdb native, codelldb, lldb-vscode, and vscode-cpptools. My nvim configuration uses codelldb

Currently installing codelldb directly. Need to have mason to handle installing adapters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published