Skip to content

Commit

Permalink
feat(zsh): update repo url
Browse files Browse the repository at this point in the history
Signed-off-by: chris1320 <chris1320is@protonmail.com>
  • Loading branch information
Chris1320 committed Apr 11, 2024
1 parent 35e5af6 commit b64219e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 29 deletions.
31 changes: 10 additions & 21 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
"type": "split",
"children": [
{
"id": "7dcac1028eed61b5",
"id": "33fd785f152f470a",
"type": "tabs",
"children": [
{
"id": "509afef58ce99456",
"id": "ccb4ddac2b13c057",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "index.md",
"mode": "preview",
"source": true
}
"type": "empty",
"state": {}
}
}
]
Expand Down Expand Up @@ -85,7 +81,6 @@
"state": {
"type": "localgraph",
"state": {
"file": "index.md",
"options": {
"collapse-filter": true,
"search": "",
Expand Down Expand Up @@ -119,9 +114,7 @@
"type": "leaf",
"state": {
"type": "file-properties",
"state": {
"file": "index.md"
}
"state": {}
}
}
]
Expand All @@ -135,9 +128,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "index.md"
}
"state": {}
}
},
{
Expand All @@ -146,7 +137,6 @@
"state": {
"type": "backlink",
"state": {
"file": "index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -163,7 +153,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -183,12 +172,13 @@
"command-palette:Open command palette": false
}
},
"active": "509afef58ce99456",
"active": "ccb4ddac2b13c057",
"lastOpenFiles": [
"Text Editors/Neovim/Neovim.md",
"Shells/ZSH/ZSH.md",
"index.md",
"Operating Systems/Arch Linux/Contents/Automatic Customization.md",
"Terminals/Termux/Termux.md",
"Text Editors/Neovim/Neovim.md",
"Operating Systems/Arch Linux/Contents/Automatic Customization.md",
"Operating Systems/Arch Linux/Contents/Setting Up Waybar.md",
"Operating Systems/Arch Linux/Contents/Setting Up dunst.md",
"Operating Systems/Arch Linux/Contents/Setting Up SDDM.md",
Expand All @@ -200,7 +190,6 @@
"Operating Systems/Arch Linux/Contents/Environment.md",
"Operating Systems/Arch Linux/Arch Linux.md",
"Operating Systems/Fedora Workstation/Fedora Workstation.md",
"Shells/ZSH/ZSH.md",
"Operating Systems/Arch Linux/Contents",
"Operating Systems/Arch Linux",
"assets/images/banner/SetupGuides-banner.png",
Expand Down
16 changes: 8 additions & 8 deletions Shells/ZSH/ZSH.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ It will also install the following packages for productivity:

The installation script has been tested on the following platforms:

- [Arch Linux](https://archlinux.org/)
- [Fedora Workstation](https://fedoraproject.org/workstation) 38/39
- [[Arch Linux]]
- [[Fedora Workstation]] 38/39
- [Kali Linux](https://kali.org/) (Windows Subsystem for Linux)
- [Linux Mint](https://linuxmint.com/) 21
- [Termux](https://termux.dev/) Android Terminal Emulator
- [[Termux]] Android Terminal Emulator

### Automatic Installation & Customization

Expand All @@ -69,17 +69,17 @@ The installation script has been tested on the following platforms:
Download and run the install script using either of the following commands:

- Using _wget_:
- Using *curl*:
```bash
bash <(wget -q -O - "https://raw.githubusercontent.com/SetupGuides/ZSH/main/install") install
bash <(curl -sSf "https://raw.githubusercontent.com/Chris1320/SetupGuides-ZSH/main/install") install
```
- Using _curl_:
- Using *wget*:
```bash
bash <(curl -sSf "https://raw.githubusercontent.com/SetupGuides/ZSH/main/install") install
bash <(wget -q -O - "https://raw.githubusercontent.com/Chris1320/SetupGuides-ZSH/main/install") install
```

To disable changing the default shell and opening ZSH, run with `--install-only` flag. Example:

```bash
bash <(curl -sSf "https://raw.githubusercontent.com/SetupGuides/ZSH/main/install") install --install-only
bash <(curl -sSf "https://raw.githubusercontent.com/Chris1320/SetupGuides-ZSH/main/install") install --install-only
```

0 comments on commit b64219e

Please sign in to comment.