From 380275e9cd5bc9725c37ffa9d8da9461e04815ab Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 10 Jul 2024 12:24:06 -0400 Subject: [PATCH] add more notes to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a275ae9..78165fb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ 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. +- `.zshc/aliases.sh` contains an alias for `htop`, that invokes `btop`. If you do not have `btop`, either install it or remove the alias. +- `.zshc/aliases.sh` contains an alias for `clip`, that invokes `xsel -ib`. If you do not use X11, you may want to remove or modify this alias. +- `.zshc/aliases.sh` contains an alias for `driver` and `gpu` that invoke `nvidia-smi` and `sudo nvidia-settings` respectively. If you do not have an NVIDIA GPU, you may want to remove or modify these aliases. - 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).