big update

main
sudo pacman -Syu 2021-02-17 23:52:27 +07:00
parent 9057698829
commit d6daadc3d7
5 changed files with 18 additions and 17 deletions

View File

@ -0,0 +1,14 @@
# [Zsh](https://wiki.archlinux.org/index.php/Zsh)
Set default shell:
```sh
chsh -s /usr/local/bin/zsh
```
To use latest zsh in macOS, install `zsh` with Homebrew.
Then append to `/etc/shells`:
```txt
/usr/local/bin/zsh
```

View File

@ -3,6 +3,7 @@
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `ripgrep` |
| Debian | `ripgrep` |
| Ubuntu | `ripgrep` |
| Fedora | `ripgrep` |
| Homebrew | `ripgrep` |

View File

@ -3,6 +3,7 @@
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `rsync` |
| Debian | `rsync` |
| Ubuntu | `rsync` |
| Fedora | `rsync` |
| Homebrew | `rsync` |

View File

@ -1,8 +1,9 @@
# tmux
# [tmux](https://wiki.archlinux.org/index.php/Tmux)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `tmux` |
| Debian | `tmux` |
| Ubuntu | `tmux` |
| Fedora | `tmux` |
| Homebrew | `tmux` |

View File

@ -1,16 +0,0 @@
# zsh
## macOS
To use latest zsh, install `zsh` with Homebrew.
Then append to `/etc/shells`:
```txt
/usr/local/bin/zsh
```
Set default shell
```
chsh -s /usr/local/bin/zsh
```