Skip to content

hoangvietdo/dotfiles

Repository files navigation

dotfiles

My dotfiles for

  • tmux (.tmux.conf)
  • vim (.vimrc) - deprecated
  • neovim (init.lua)
  • oh-my-zsh (.zshrc)
  • neofetch (config.conf)

for MacOS (Monterey) and Ubuntu (20.04).

Usages

Run the auto-install shell script ./install.sh

For Ubuntu, log out and log in again or reboot after installation.

Symbolink catkin make/build and nvm-lsp

catkin_make

cd ~/catkin_ws
catkin_make clean
catkin_make -DCMAKE_EXPORT_COMPILE_COMMANDS=1

catkin build

cd ~/catkin_ws
catkin build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

then

cd ~/catkin_ws/src
ln -s ../build/compile_commands.json .

finally

:LspRestart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published