# 资源 ## Linux * [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) * [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software) * [linux-tutorial](https://github.com/judasn/Linux-Tutorial) * [菜鸟教程-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) * [shellcheck](https://github.com/koalaman/shellcheck) 一个静态 shell 脚本分析工具,本质上是 bash/sh/zsh 的 lint。 ## 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)