mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +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)
|
- **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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user