From b85fb033f89aa4e4ec3e629910842c19be247b0c Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 26 Aug 2024 21:21:45 +0200 Subject: [PATCH] fixed general typos or explanations --- README.md | 8 ++++---- alacritty/README.md | 2 +- nerd-fonts/README.md | 2 +- nvim/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c0334c0..3b296ca 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ directory. Below is a brief overview of the programs and configurations included - **PowerShell**: [PowerShell configuration](./PowerShell) - **alacritty**: [Alacritty terminal emulator configuration](./alacritty) -- **nerd-fonts**: [Nerd Fonts configuration](./nerd-fonts) +- **nerd-fonts**: [Nerd Fonts installation](./nerd-fonts) - **nvim**: [Neovim configuration](./nvim) ## Getting Started -To use these configurations, clone this repository and symlink the necessary files -to your home directory or the appropriate configuration directories for each program. -Instructions for each program are provided in their respective directories. +To use these configurations, clone this repository and copy or symlink the necessary +files to your home directory or the appropriate configuration directories for each +program. Instructions for each program are provided in their respective directories. ```pwsh git clone https://github.com/Baipyrus/dotfiles.git diff --git a/alacritty/README.md b/alacritty/README.md index 18fe987..67c9ae7 100644 --- a/alacritty/README.md +++ b/alacritty/README.md @@ -19,7 +19,7 @@ To use this configuration: 2. Download all required themes from files: ```pwsh - curl -LO "${Get-Content ./alacritty/catpuccin-mocha}" + curl -LO "$(Get-Content ./alacritty/catpuccin-mocha)" ``` 3. Copy the `alacritty.yml` file and all downloaded themes to your Alacritty diff --git a/nerd-fonts/README.md b/nerd-fonts/README.md index 3a872d6..ad45aff 100644 --- a/nerd-fonts/README.md +++ b/nerd-fonts/README.md @@ -15,7 +15,7 @@ To use this configuration: 2. Download all required fonts from files: ```pwsh - curl -LO "${Get-Content ./nerd-fonts/CascadiaMono}.zip" + curl -LO "$(Get-Content ./nerd-fonts/CascadiaMono).zip" ``` 3. Unpack and install all downloaded fonts to your system's font storage. diff --git a/nvim/README.md b/nvim/README.md index 3ac472c..cf85b9b 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -19,7 +19,7 @@ To use this configuration: 2. Download all required configurations from files: ```pwsh - curl -LO "${Get-Content ./nvim/nvim}" + curl -LO "$(Get-Content ./nvim/nvim)" ``` 3. Copy the downloaded configuration to your system's specific location: