Add quicknotes.md

Creation of quicknotes.md to simplify remembering what I did in the past
This commit is contained in:
Doddophonique 2023-08-08 21:27:47 +00:00
parent a8745a54ec
commit 3be06b91df

11
quicknotes.md Normal file
View File

@ -0,0 +1,11 @@
### Commands used when setting up `kak-lsp`. Need to tidy up this and create a proper README.md
[kak-lsp Github](https://github.com/kak-lsp/kak-lsp)
[plug.kak Github](https://github.com/andreyorst/plug.kak)
`sudo yum install cargo`
`sudo yum install clangd`
`sudo yum install clang-tools`
`sudo yum install llvm`
`sudo yum install clang-tools-extra`
`git clone https://github.com/andreyorst/plug.kak.git $HOME/.config/kak/plugins/plug.kak`
`$ export PATH=$PATH:/home/doddo/.cargo/bin`