linux-tutorial/docs/resources.md

24 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 资源
## 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)shell 资源列表
* [awesome-bash](https://github.com/awesome-lists/awesome-bash)bash 资源列表
* [bash-handbook](https://github.com/denysdovhan/bash-handbook)
* [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框架的链接
* [Runoob Shell 教程](http://www.runoob.com/linux/linux-shell.html)
## Vim
* [vim 官方文档](https://vim.sourceforge.io/docs.php)
* [vim-galore](https://github.com/mhinz/vim-galore)
* [Vim入门基础](http://www.jianshu.com/p/bcbe916f97e1)
* [简明 VIM 练级攻略](https://coolshell.cn/articles/5426.html)