Skip to content

Commit

Permalink
fix: md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Oct 13, 2024
1 parent bb0a440 commit b0c891a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ learn more [here](https://learn.microsoft.com/en-us/windows/wsl/about). :book:

### Better terminal with Zsh

1. Install [ZSH](https://zsh.sourceforge.io/) & [cURL](https://curl.se/).
1. Install [Zsh](https://zsh.sourceforge.io/) & [cURL](https://curl.se/).

```bash
# Zsh is a shell designed for interactive use, you can have plugins, themes, etc.
Expand Down
4 changes: 2 additions & 2 deletions more.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are some packages that I use in my daily life, you can install them if you

### [Bat](https://github.com/sharkdp/bat)

Bat improves the `cat` command, it adds syntax highlighting and git integration.
Bat improves the `cat` command, it adds syntax highlighting and Git integration.

```bash
sudo apt install bat -y
Expand Down Expand Up @@ -156,7 +156,7 @@ alias ni='npm install'
## Ressources

- [Linux-Bash-Commands](https://github.com/trinib/Linux-Bash-Commands) - A list of useful Linux Bash commands.
- [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - A collection of ZSH frameworks, plugins & themes.
- [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - A collection of Zsh frameworks, plugins & themes.
- [cheat.sh](https://github.com/chubin/cheat.sh) - The only cheat sheet you need.
- [awesome-console-services](https://github.com/chubin/awesome-console-services) - List of useful console services. (inactive but still useful)

Expand Down

0 comments on commit b0c891a

Please sign in to comment.