跨平台
的,可以在 mac、linux、windows 上使用。
01. 终端准备
Windows Terminal
地址:https://github.com/microsoft/terminal
WSL2
,推荐安装 ubuntu。
CTRL+SHIFT+P
快捷键打开快速命令窗口,方便操作。
iTerm2
地址:https://github.com/gnachman/iTerm2
02. Shell 环境
oh my zsh
地址:https://github.com/ohmyzsh/ohmyzsh
Oh My Zsh will not make you a 10x developer...but you may feel like one!
地址:https://github.com/zsh-users/zsh-syntax-highlighting
地址:https://github.com/zsh-users/zsh-autosuggestions
地址:https://github.com/rupa/z
powerline
地址:https://github.com/powerline/powerline
状态栏
,比如在 vim 中显示当前状态,在打开 git 目录时显示当前分支等等。
03. 系统工具
文件管理器
地址:https://github.com/ranger/ranger
vim
风格的按键绑定,对于使用 vim 的用户来说几乎没有学习成本,能够快速上手使用。
地址:https://github.com/jarun/nnn
vim
地址:https://github.com/vim/vim
地址:https://github.com/amix/vimrc
命令增强
地址:https://github.com/ogham/exa
ls
命令的现代化工具。
地址:https://github.com/sharkdp/fd
find
的搜索工具。
3. bat
地址:github.com/sharkdp/bat
cat
的替代品,是猛男就用 bat。
其他让人赞叹的工具
fzf
地址:https://github.com/junegunn/fzf
tldr
地址:https://github.com/tldr-pages/tldr
Too long, Don't read
的缩写,可以帮助你快速查看常用命令的使用实例,比如 tar 命令,那后面一长串参数谁记得清呢?当然,linux 大佬除外。
地址:https://github.com/nvbn/thefuck
The Fuck
是一款了不起的工具,帮你彻底解决这个问题,当你输错命令后,只要输入
fuck
命令,它会帮你自动纠正错误,精彩之极!
w3m
地址:https://github.com/tats/w3m
本文分享自微信公众号 - Java后端(web_resource)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。
相关文章
暂无评论...