fixed general typos or explanations

This commit is contained in:
Baipyrus 2024-08-26 21:21:45 +02:00
parent 5a0f72c169
commit b85fb033f8
4 changed files with 7 additions and 7 deletions

View File

@ -8,14 +8,14 @@ directory. Below is a brief overview of the programs and configurations included
- **PowerShell**: [PowerShell configuration](./PowerShell) - **PowerShell**: [PowerShell configuration](./PowerShell)
- **alacritty**: [Alacritty terminal emulator configuration](./alacritty) - **alacritty**: [Alacritty terminal emulator configuration](./alacritty)
- **nerd-fonts**: [Nerd Fonts configuration](./nerd-fonts) - **nerd-fonts**: [Nerd Fonts installation](./nerd-fonts)
- **nvim**: [Neovim configuration](./nvim) - **nvim**: [Neovim configuration](./nvim)
## Getting Started ## Getting Started
To use these configurations, clone this repository and symlink the necessary files To use these configurations, clone this repository and copy or symlink the necessary
to your home directory or the appropriate configuration directories for each program. files to your home directory or the appropriate configuration directories for each
Instructions for each program are provided in their respective directories. program. Instructions for each program are provided in their respective directories.
```pwsh ```pwsh
git clone https://github.com/Baipyrus/dotfiles.git git clone https://github.com/Baipyrus/dotfiles.git

View File

@ -19,7 +19,7 @@ To use this configuration:
2. Download all required themes from files: 2. Download all required themes from files:
```pwsh ```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 3. Copy the `alacritty.yml` file and all downloaded themes to your Alacritty

View File

@ -15,7 +15,7 @@ To use this configuration:
2. Download all required fonts from files: 2. Download all required fonts from files:
```pwsh ```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. 3. Unpack and install all downloaded fonts to your system's font storage.

View File

@ -19,7 +19,7 @@ To use this configuration:
2. Download all required configurations from files: 2. Download all required configurations from files:
```pwsh ```pwsh
curl -LO "${Get-Content ./nvim/nvim}" curl -LO "$(Get-Content ./nvim/nvim)"
``` ```
3. Copy the downloaded configuration to your system's specific location: 3. Copy the downloaded configuration to your system's specific location: