Skip to content

Commit

Permalink
update(linux-info): neofetch for displaying system info
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Dec 4, 2018
1 parent 1308921 commit 574efc6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions programming/linux/linuxBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- [系统命令 --help](#系统命令---help)
- [help shell内部命令](#help-shell内部命令)
- [info](#info)
- [system info](#system-info)
- [压缩命令](#压缩命令)
- [.zip](#zip)
- [.gz](#gz)
Expand Down Expand Up @@ -476,6 +477,18 @@ format and print data

显示大型帮助文档 - enter进入 u返回 p上一节 n下一节 q退出

#### system info

```bash
sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt-get update
sudo apt-get install neofetch
```

```bash
sudo apt-get install screenfetch
```

### 压缩命令

#### .zip
Expand Down

0 comments on commit 574efc6

Please sign in to comment.