linux-tutorial/docs/resources.md

21 lines
670 B
Markdown
Raw Normal View History

2017-11-15 17:36:26 +08:00
# 资源
## Linux
* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux)
* [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html)
## Shell
* [awesome-shell](https://github.com/alebcay/awesome-shell)
2017-11-17 18:16:10 +08:00
* [bash-handbook](https://github.com/denysdovhan/bash-handbook)
* [bash-guide](https://github.com/vuuihc/bash-guide)
* [Runoob Shell 教程](http://www.runoob.com/linux/linux-shell.html)
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)