From dc6d627698f45b8b5327964e7d87811f7913ba18 Mon Sep 17 00:00:00 2001 From: Harsh Dadhich Date: Thu, 22 Dec 2022 17:04:33 -0800 Subject: [PATCH] Re-run pre-commit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6255cae..d0b9a9c 100644 --- a/README.md +++ b/README.md @@ -5,30 +5,30 @@ Learn how to set up a **clean, minimal, and efficient** terminal geared towards ![Cover](images/cover.png) - [๐Ÿ“œ Terminal](#-terminal) - - [โŒจ๏ธ Visual Studio Code](#๏ธ-visual-studio-code) + - [โŒจ๏ธ Visual Studio Code](#%EF%B8%8F-visual-studio-code) - [๐ŸชŸ WSL](#-wsl) - - [โคต๏ธ Install](#๏ธ-install) + - [โคต๏ธ Install](#%EF%B8%8F-install) - [๐Ÿ’ก Enable](#-enable) - [๐Ÿง Ubuntu](#-ubuntu) - - [โคต๏ธ Install](#๏ธ-install-1) - - [โ–ถ๏ธ Terminal](#๏ธ-terminal) + - [โคต๏ธ Install](#%EF%B8%8F-install-1) + - [โ–ถ๏ธ Terminal](#%EF%B8%8F-terminal) - [๐Ÿƒ Setup](#-setup) - - [โš™๏ธ Configuration](#๏ธ-configuration) + - [โš™๏ธ Configuration](#%EF%B8%8F-configuration) - [๐Ÿ“œ zsh](#-zsh) - [๐Ÿ Python](#-python) - [๐Ÿ“ฆ PDM](#-pdm) - [๐Ÿ“„ Neofetch](#-neofetch) - - [๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Information](#๏ธ๏ธ-information) + - [๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Information](#%EF%B8%8F%EF%B8%8F-information) - [๐Ÿ“‚ Ubuntu File System](#-ubuntu-file-system) - [๐ŸŽจ Change Theme](#-change-theme) - [๐Ÿ”ง More Tools](#-more-tools) - [๐ŸŽฅ asciinema](#-asciinema) - [๐Ÿค– pipreqs](#-pipreqs) - [๐Ÿšง pre-commit](#-pre-commit) - - [๐Ÿ–Š๏ธ GPG](#๏ธ-gpg) + - [๐Ÿ–Š๏ธ GPG](#%EF%B8%8F-gpg) - [๐Ÿ•› WakaTime](#-wakatime) - [๐Ÿ Finish](#-finish) - - [โš ๏ธ Errors](#๏ธ-errors) + - [โš ๏ธ Errors](#%EF%B8%8F-errors) ## โŒจ๏ธ Visual Studio Code @@ -161,7 +161,7 @@ plugins=(copybuffer copypath copyfile dirhistory git jsontools tig web-search zs The reason we have more plugins in addition to the ones we installed is because `oh-my-zsh` comes with some default ones, which we are simply enabling. You can browse the functionalities of these plugins through these resources: [Article](https://safjan.com/top-popular-zsh-plugins-on-github-2021/) | [Masterlist](https://github.com/unixorn/awesome-zsh-plugins) | [Wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) -Once you've saved `.zshrc` and exited the window, you can load your changes with: +Once you've saved `.zshrc`, you can load your changes with: ```bash source ~/.zshrc