]> git repos ~mattia - some.files.git/commitdiff
typos
authorMattia Cabrini <dev@mattiacabrini.com>
Tue, 11 Feb 2025 21:48:10 +0000 (22:48 +0100)
committerMattia Cabrini <dev@mattiacabrini.com>
Tue, 11 Feb 2025 21:48:10 +0000 (22:48 +0100)
README.md

index 96ea65a0877b2cfc247adb15b58ad1517519d0b9..118533d175c4d9069d095d5396123dc3a0c9ade3 100644 (file)
--- 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);