File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "gitbook" : " 3.2.2" ,
3- "title" : " linux-notes " ,
4- "description" : " linux 学习笔记 " ,
3+ "title" : " linux" ,
4+ "description" : " linux 教程 " ,
55 "author" : " Zhang Peng" ,
66 "language" : " zh-hans" ,
77 "root" : " ./docs" ,
88 "links" : {
99 "sidebar" : {
10- "linux-notes " : " https://github.com/dunwu/linux-notes "
10+ "linux" : " https://github.com/dunwu/linux"
1111 }
1212 },
1313 "plugins" : [
4545 }
4646 },
4747 "edit-link" : {
48- "base" : " https://github.com/dunwu/linux-notes /blob/master/docs" ,
48+ "base" : " https://github.com/dunwu/linux/blob/master/docs" ,
4949 "label" : " 编辑此页面"
5050 },
5151 "github" : {
Original file line number Diff line number Diff line change 2020 * [ git 快速指南] ( git/git-quickstart.md )
2121 * [ git-flow 工作流] ( git/git-flow.md )
2222
23- ## 附录
24-
25- * [ 资源] ( resources.md )
26-
2723------
Original file line number Diff line number Diff line change 11# linux
2+
3+ ## 资料
4+
5+ * [ awesome-linux] ( https://github.com/aleksandar-todorovic/awesome-linux )
6+ * [ awesome-linux-software] ( https://github.com/LewisVo/Awesome-Linux-Software )
7+ * [ linux-tutorial] ( https://github.com/judasn/Linux-Tutorial )
8+ * [ 菜鸟教程-Linux] ( http://www.runoob.com/linux/linux-tutorial.html )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。
44
55Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。
6+
7+ ## 资料
8+
9+ * [ awesome-shell] ( https://github.com/alebcay/awesome-shell ) ,shell 资源列表
10+ * [ awesome-bash] ( https://github.com/awesome-lists/awesome-bash ) ,bash 资源列表
11+ * [ bash-handbook] ( https://github.com/denysdovhan/bash-handbook )
12+ * [ bash-guide] ( https://github.com/vuuihc/bash-guide ) ,bash 基本用法指南
13+ * [ bash-it] ( https://github.com/Bash-it/bash-it ) ,为你日常使用,开发以及维护 shell 脚本和自定义命令提供了一个可靠的框架
14+ * [ dotfiles.github.io] ( http://dotfiles.github.io/ ) ,上面有bash和其它shell的各种dotfiles集合以及shell框架的链接
15+ * [ Runoob Shell 教程] ( http://www.runoob.com/linux/linux-shell.html )
16+ * [ shellcheck] ( https://github.com/koalaman/shellcheck ) 一个静态 shell 脚本分析工具,本质上是 bash/sh/zsh 的 lint。
Original file line number Diff line number Diff line change 11# vim
2+
3+ ## 资料
4+
5+ * [ vim 官方文档] ( https://vim.sourceforge.io/docs.php )
6+ * [ vim-galore] ( https://github.com/mhinz/vim-galore )
7+ * [ Vim入门基础] ( http://www.jianshu.com/p/bcbe916f97e1 )
8+ * [ 简明 VIM 练级攻略] ( https://coolshell.cn/articles/5426.html )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments