📝 Added further notation on apparmor resources
This commit is contained in:
parent
39c91c7513
commit
1422f7b22e
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so
|
|||
|
||||
sudo chmod 755 /usr/local/bin/pkgtop
|
||||
|
||||
Finally figured out how to get language servers working neovim, you have to npm install -g each of them from ~/.local/nvim/share/lsp-servers
|
||||
Finally figured out how to get language servers working neovim, you have to npm install -g each of them from ~/.local/nvim/share/lsp-servers (note that there is still work to be done here...)
|
||||
|
||||
After updating your nvim, make sure to run :LspInstallerInfo and update your language servers
|
||||
|
||||
|
|
@ -36,6 +36,9 @@ Update rustup
|
|||
|
||||
rustup update
|
||||
|
||||
https://unixcop.com/basic-setup-of-apparmor-on-arch-linux/
|
||||
https://forum.artixlinux.org/index.php/topic,3823.msg24770.html#msg24770
|
||||
|
||||
***Set up apparmor (basic security measure)
|
||||
|
||||
doas pacman -S apparmor apparmor-runit audit audit-runit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue