Unix Cli Tips

environment & tools: zsh / tmux / lazygit

package manager: pacman vcpkg conan

generator : cmake (图纸设计院)

builder: ninja make (包工头)

compiler: clang / gcc / msvc (干活的工人)

eidtor: neovim /Visual Studio Code / Visual Studio / JetBrains IDE (上帝)

language server: clangd neocmakelsp

linter: clang-tidy

formatter: clang-format

Windows C++ Environment