2025-07-29 21:08:53 +08:00
2025-06-27 16:33:00 +08:00
2024-10-15 19:31:12 +08:00
2024-10-14 23:51:28 +08:00
2024-10-14 23:51:28 +08:00
2025-07-29 21:08:53 +08:00
2025-06-27 16:33:00 +08:00
2025-07-29 21:08:53 +08:00
2024-10-14 23:51:28 +08:00
2025-06-27 16:33:00 +08:00
2024-10-14 23:51:28 +08:00

vim

install

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.appimage

mv nvim.appimage /usr/local/bin/nvim
sudo apt install fzf
sudo apt install fd-find
sudo apt install luarocks ripgrep

install lazygit

arch
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
# for x86
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
# for aarch64
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_arm64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin

setup

Description
my vim cfg
Readme Apache-2.0 141 KiB
Languages
Lua 98.1%
Vue 0.9%
Go 0.5%
TypeScript 0.5%