linux-tutorial/docs/resources.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2017-11-15 17:36:26 +08:00
# 资源
## Linux
* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux)
2017-11-22 10:47:05 +08:00
* [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software)
* [linux-tutorial](https://github.com/judasn/Linux-Tutorial)
2017-11-15 17:36:26 +08:00
* [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html)
## Shell
2017-11-20 15:40:36 +08:00
* [awesome-shell](https://github.com/alebcay/awesome-shell)shell 资源列表
* [awesome-bash](https://github.com/awesome-lists/awesome-bash)bash 资源列表
2017-11-17 18:16:10 +08:00
* [bash-handbook](https://github.com/denysdovhan/bash-handbook)
2017-11-20 15:40:36 +08:00
* [bash-guide](https://github.com/vuuihc/bash-guide) bash 基本用法指南
* [bash-it](https://github.com/Bash-it/bash-it),为你日常使用,开发以及维护 shell 脚本和自定义命令提供了一个可靠的框架
* [dotfiles.github.io](http://dotfiles.github.io/)上面有bash和其它shell的各种dotfiles集合以及shell框架的链接
2017-11-17 18:16:10 +08:00
* [Runoob Shell 教程](http://www.runoob.com/linux/linux-shell.html)
2017-11-23 18:33:18 +08:00
* [shellcheck](https://github.com/koalaman/shellcheck) 一个静态 shell 脚本分析工具,本质上是 bashshzsh 的 lint。
2017-11-15 17:36:26 +08:00
## Vim
2017-11-17 11:00:06 +08:00
* [vim 官方文档](https://vim.sourceforge.io/docs.php)
2017-11-15 17:36:26 +08:00
* [vim-galore](https://github.com/mhinz/vim-galore)
2017-11-17 11:00:06 +08:00
* [Vim入门基础](http://www.jianshu.com/p/bcbe916f97e1)
* [简明 VIM 练级攻略](https://coolshell.cn/articles/5426.html)