Skip to content

Commit 075b0aa

Browse files
committed
📝 Writing docs.
1 parent c08fb0d commit 075b0aa

7 files changed

Lines changed: 29 additions & 58 deletions

File tree

book.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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": [
@@ -45,7 +45,7 @@
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": {

docs/SUMMARY.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
* [git 快速指南](git/git-quickstart.md)
2121
* [git-flow 工作流](git/git-flow.md)
2222

23-
## 附录
24-
25-
* [资源](resources.md)
26-
2723
------

docs/linux/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
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)

docs/resources.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/shell/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。
44

55
Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。
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。

docs/vim/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
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)

package.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)