From: seantywork Date: Mon, 22 Dec 2025 00:01:12 +0000 (+0900) Subject: okay X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=9480b1b431ed9d62ac6ec6bd46ec7756d89bd5c2;p=linuxyz.git okay --- diff --git a/README.md b/README.md index 559d177..a232b38 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ git curl podman - neovim - libreoffice virsh wireshark + libreoffice chrome + vscode harware (interrupt) @@ -13665,29 +13665,3 @@ tun(192.168.0.0/16 + 20000) ``` -# NEOVIM NVIM - -```shell - -curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz -sudo rm -rf /opt/nvim-linux-x86_64 -sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz - -# profile -export PATH="$PATH:/opt/nvim-linux-x86_64/bin" - -# nerd font -# hack nerd font -# unzip to ~/.fonts -fc-cache -fv - -# tree-sitter cli -cargo install --locked tree-sitter-cli - -# install - -git clone https://github.com/LazyVim/starter ~/.config/nvim -rm -rf ~/.config/nvim/.git - - -```