This is a template for C Language in Arch Linux.
I use the tool chains below:
- CMake
- Fish
- Neovim
- clangd
Notice that, you should replace the line in the .clangd file below to your own include path of this project,
"-I/home/sonnycalcr/EDisk/TemplateCodes/LinuxCTemplate/includes", # you should replace this to your own include path of this project
Besides, after cloning this repo to your local device, you need to execute an additional command,
chmod +x *.shMoreover, if you use VSCode, do not forget to change "program" name in .vscode/launch.jsonc to your own binary program name.
Then, have fun writting C codes in Linux.