From d67aebaa7302d0c76d044be91a77dd02da9c1f5f Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 10 Jul 2024 12:19:11 -0400 Subject: [PATCH] added notes section to the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54d84b3..a275ae9 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ Or, if you've already cloned the repository, initialize the submodules with the ```sh git submodules update --recursive ``` + +## Notes + +- `.zshc/aliases.sh` contains aliases for `nano`, `vim`, and `vi`. If you use any of these editors, you may want to change these aliases before reloading your shell. +- If you are not an Arch Linux user, you will want to change the following things: + - `.zshc/aliases.sh`: Remove the `aur` alias. + - `.zhsrc`: Replace the `archlinux` plugin with the [oh-my-zsh plugin(s) for your distrubtion](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins-Overview#distro-related).