linux 裝機必備工具:安裝這些基本能滿足日常需求。 GitHub 地址: https://github.com/yaowenxu/envfile/tree/master/init 有幫助的話,請點個推薦。 保持更新,轉載請註明出處。 ...
linux 裝機必備工具:安裝這些基本能滿足日常需求。
#!/usr/bin/env sh | |
echo "Env" | |
# vim | |
# tmux | |
# ssh | |
# zsh / fish | |
# oh_my_zsh | |
# tig : 字元模式下交互查看git項目 | |
# gitk : Git repository browser | |
# jq : json文件格式化處理以及高亮顯示 | |
# shellcheck : shell腳本靜態檢查工具,識別語法錯誤以及不規範的寫法 | |
# fzf : 命令行下模糊搜索工具,能夠互動式智能搜索並選取文件或者內容 | |
# script/scriptreplay : 終端錄製 | |
# mac say, pbcopy/pbpaste : 語音和 Terminal 與 系統粘貼板 通信 |
GitHub 地址: https://github.com/yaowenxu/envfile/tree/master/init
有幫助的話,請點個推薦。
保持更新,轉載請註明出處。