doc: minor updates to various Files sections

This commit is contained in:
AJ ONeal
2023-10-17 17:15:54 +00:00
parent 54635a5d11
commit 17f4b99f23
11 changed files with 40 additions and 6 deletions

View File

@@ -9,9 +9,12 @@ To update or switch versions, run `webi arc@stable` (or `@v3.5`, `@beta`, etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/opt/archiver/
~/.local/bin/arc
```
## Cheat Sheet

View File

@@ -9,6 +9,9 @@ To update or switch versions, run `webi awless@stable` (or `@v2`, `@beta`, etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/awless

View File

@@ -5,20 +5,23 @@ tagline: |
Brew: The Missing Package Manager for macOS (and Linux).
---
## Updating `brew`
`brew` has its own built-in upgrade management.
To update or switch versions, use brew's built-in upgrade management, or our
handy update service script:
```sh
brew update
brew upgrade
brew-update-service-install # Webi helper script
```
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/opt/brew
~/.local/opt/brew/
~/.local/bin/brew-update-service-install
```

View File

@@ -10,6 +10,9 @@ etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/caddy

View File

@@ -10,6 +10,9 @@ etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/comrak

View File

@@ -10,6 +10,9 @@ etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/curlie

View File

@@ -22,6 +22,9 @@ You need to download and install the
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/dotenv-linter

View File

@@ -9,6 +9,9 @@ To update or switch versions, run `webi dotenv@stable`.
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/dotenv

View File

@@ -9,8 +9,12 @@ To update or switch versions, run `webi fd@stable` (or `@v8.2`, `@beta`, etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.config/fd/ignore
~/.local/bin/fd
```

View File

@@ -10,6 +10,9 @@ etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/bin/ffmpeg

View File

@@ -10,10 +10,13 @@ etc).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/opt/flutter
<PROJECT-DIR>/lib/main.dart
<PROJECT-DIR>/pubspec.yaml
```
## Cheat Sheet