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).
Run the auto-install shell script ./install.sh
For Ubuntu, log out and log in again or reboot after installation.
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