mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
fixed general typos or explanations
This commit is contained in:
parent
5a0f72c169
commit
b85fb033f8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user