mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
add additional installation instructions in main README
This commit is contained in:
parent
a95be81cfd
commit
a009fae931
10
README.md
10
README.md
@ -11,7 +11,7 @@ directory. Below is a brief overview of the programs and configurations included
|
|||||||
- **nerd-fonts**: [Nerd Fonts installation](./nerd-fonts)
|
- **nerd-fonts**: [Nerd Fonts installation](./nerd-fonts)
|
||||||
- **nvim**: [Neovim configuration](./nvim)
|
- **nvim**: [Neovim configuration](./nvim)
|
||||||
|
|
||||||
## Getting Started
|
## Installation
|
||||||
|
|
||||||
To use these configurations, clone this repository and copy or symlink the necessary
|
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
|
files to your home directory or the appropriate configuration directories for each
|
||||||
@ -20,3 +20,11 @@ program. Instructions for each program are provided in their respective director
|
|||||||
```pwsh
|
```pwsh
|
||||||
git clone https://github.com/Baipyrus/dotfiles.git
|
git clone https://github.com/Baipyrus/dotfiles.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, feel free to run the [install script](./install_windows.ps1) after
|
||||||
|
cloning the repository or directly execute it from shell:
|
||||||
|
|
||||||
|
```pwsh
|
||||||
|
[string]::Join("`n", (curl -sL 'https://raw.githubusercontent.com/Baipyrus/dotfiles/main/install_windows.ps1'))
|
||||||
|
| pwsh -c { $input | Invoke-Expression }
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user