mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
Improved command intelligibility
This commit is contained in:
parent
bb22249c1e
commit
7bdca4e0a1
@ -28,9 +28,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -145,9 +145,10 @@ scp ~/Desktop/authorized_keys $BORG_USERNAME@$BORG_HOSTNAME:.ssh/authorized_keys
|
|||||||
|
|
||||||
### Step 5: install [Homebrew](https://brew.sh/)
|
### Step 5: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 6: disable Homebrew analytics
|
### Step 6: disable Homebrew analytics
|
||||||
|
@ -26,9 +26,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -1021,9 +1021,10 @@ Click “Applications”, then “Utilities”, then “Unlock VeraCrypt Volumes
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -25,9 +25,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -25,9 +25,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -27,9 +27,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
@ -20,9 +20,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable analytics
|
### Step 2: disable analytics
|
||||||
|
@ -24,9 +24,10 @@ Listed: true
|
|||||||
|
|
||||||
### Step 1: install [Homebrew](https://brew.sh/)
|
### Step 1: install [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
|
||||||
|
$ uname -m | grep arm64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc && source ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2: disable Homebrew analytics
|
### Step 2: disable Homebrew analytics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user