From 8148daa6eda385b9d1a7e32839e96b8787a787b3 Mon Sep 17 00:00:00 2001 From: Mattia Cabrini Date: Tue, 11 Feb 2025 22:48:10 +0100 Subject: [PATCH] typos --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96ea65a..118533d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ In this repository I collect some of my personal .files. ## Shell(s) -I use bash on Lunux and zsh on MacOS, therefore I have and RC for both of them. Their design are similar: they define a prompt and some simple functions and include: -- `~/.*sh_aliases`: it defines simple cross machine alases (evaluated from \*shrc); -- `~/.*sh_env`: contanins definitions for machine specific environment variables (evaluated from \*shrc); +- `~/.*sh_aliases`: it defines simple cross machine aliases (evaluated from `*shrc`); +- `~/.*sh_env`: contains definitions for machine specific environment variables (evaluated from `*shrc`); - `~/.config/some.files/bash/env.sh`: contains definitions for cross machine environment variables (evaluated from .bashrc); -- `~/.config/some.files/bash/procedures/*.sh`: each file is evaluated from .bashrc and is supposed to contain definitions for bash procedures; +- `~/.config/some.files/bash/procedures/*.sh`: each file is evaluated from `.bashrc` and is supposed to contain definitions for bash procedures; ### Dependencies @@ -36,7 +35,9 @@ eval neofetch ## TMux -TMux customization is not much. The following bindings have been set: +> Not much. + +The following bindings have been set: - `C-b %`: does nothing; - `C-b "`: does nothing; @@ -51,7 +52,7 @@ Mouse is always on and the status bar is black on white. ## Window Manager I like i3, there must be a reason? -Anyway, the i3 configuration file is quite simple. In it I defined very few keybindings to start the browser, my IDE (I use Neovim, btw) and some other stuff. Nothing exoterical, but be aware that that configuration relies on some dependencies: +Anyway, the i3 configuration file is quite simple. In it I defined very few keybindings to start the browser, my IDE (I use Neovim, btw) and some other stuff. Nothing esoteric, but be aware that that configuration relies on some dependencies: - [Picom](https://github.com/yshui/picom); - [VolumeIcom](https://github.com/Maato/volumeicon); -- 2.43.0