docs(README): update README
This commit is contained in:
14
README.md
14
README.md
@@ -54,7 +54,7 @@ $ mv ./zig-out/zigfetch ~/bin/
|
||||
### Via [Homebrew](https://brew.sh/)
|
||||
|
||||
```console
|
||||
$ brew install utox39/tap/zigfetch
|
||||
brew install utox39/tap/zigfetch
|
||||
```
|
||||
|
||||
### Other package managers
|
||||
@@ -66,7 +66,7 @@ $ brew install utox39/tap/zigfetch
|
||||
## Usage
|
||||
|
||||
```console
|
||||
$ zigfetch
|
||||
zigfetch
|
||||
```
|
||||
|
||||
### Configuration
|
||||
@@ -77,20 +77,20 @@ $ zigfetch
|
||||
- Create the config folder
|
||||
|
||||
```console
|
||||
$ mkdir -p ~/.config/zigfetch
|
||||
mkdir -p ~/.config/zigfetch
|
||||
```
|
||||
|
||||
- Create the config file
|
||||
|
||||
```console
|
||||
$ cd ~/.config/zigfetch
|
||||
$ touch config.json
|
||||
cd ~/.config/zigfetch
|
||||
touch config.json
|
||||
```
|
||||
|
||||
- Or copy the default config (preferred way)
|
||||
|
||||
```console
|
||||
$ cp /path/to/zigfetch/config.json ~/.config/zigfetch/config.json
|
||||
cp /path/to/zigfetch/config.json ~/.config/zigfetch/config.json
|
||||
```
|
||||
|
||||
#### Modules
|
||||
@@ -178,7 +178,7 @@ To change the Username and Hostname color (HEX colors only):
|
||||
|
||||
- [ ] Add ASCII art for each operating system and Linux distro
|
||||
- [x] Add GPU info for Linux
|
||||
- [ ] Add packages info for Linux
|
||||
- [x] Add packages info for Linux
|
||||
- [x] Add user customization
|
||||
- [ ] Add support for Windows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user