Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 503 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 503 Bytes

Introduction

This repository records some useful linux tools, as shown below

  • bat
  • ctags
  • diff-so-fancy
  • lazygit
  • rg
  • tokei
  • joshuto
  • icdiff
  • delta
  • fzf
  • gtags
  • clangd
  • bear

Usage

First you need to clone the repository.

git clone [email protected]:Lesords/My-Linux-Tool.git
cd My-Linux-Tool

Then use the following command to download all tools.

./generate

Finally, use the following command to move all tools to "$HOME/.local/bin".

./install