add cloc: 代码统计工具

This commit is contained in:
Konano 2024-01-07 22:28:59 +08:00
parent bfc971e505
commit 7282094e01

View File

@ -42,7 +42,7 @@ configure_install_basic() {
configure_install_useful() {
[ "$1" != "noupdate" ] && sudo apt update
sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute tree -y
sudo apt install hexyl bat neofetch fd-find fzf tcptraceroute tree cloc -y
}
configure_install_new() {