]> git.feebdaed.xyz Git - linuxyz.git/commitdiff
okay
authorseantywork <seantywork@gmail.com>
Mon, 22 Dec 2025 00:01:12 +0000 (09:01 +0900)
committerseantywork <seantywork@gmail.com>
Mon, 22 Dec 2025 00:01:12 +0000 (09:01 +0900)
README.md

index 559d1771dda9bd23f05ad080bf17677c3bb4c787..a232b38d273a9c37525ff479b997557c890d5bc9 100644 (file)
--- a/README.md
+++ b/README.md
   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 
-
-
-```