This repository records some useful linux tools, as shown below
- bat
- ctags
- diff-so-fancy
- lazygit
- lazydocker
- rg
- tokei
- joshuto
- icdiff
- delta
- fzf
- clangd
- bear
- ttyper
- fd
- hexyl
- btop
- fastfetch
- hyperfine
- filebrowser
- mihomo
- yazi
- node
- exa
- duf
- choose
- zoxide
- copilot
- tree-sitter
- jless
- zellij
- greenclip
- superfile
- cb
Tools required to compile
- gtags
- tig
- vifm
First you need to clone the repository.
git clone git@github.com:Lesords/My-Linux-Tool.git --depth=1
# Or
git clone https://github.com/Lesords/My-Linux-Tool.git --depth=1
cd My-Linux-ToolThen use the following command to download all tools.
./generate
# Generate all tools including those required for compilation
./generate -a
# Or
./generate --all
# Download the arm version of the tool
./generate --arm
# Or
./generate --arm64Finally, use the following command to move all tools to "$HOME/.local/bin".
./install