save all reference files as .url type

This commit is contained in:
Baipyrus 2024-08-27 12:04:01 +02:00
parent 526442341d
commit 3d50aa864f
9 changed files with 9 additions and 9 deletions

View File

@ -8,9 +8,9 @@ Any other files contain references to themes to be used inside of Alacritty like
- **alacritty.yml**: This is the main configuration file for Alacritty, containing - **alacritty.yml**: This is the main configuration file for Alacritty, containing
settings for shell, fonts, keybindings, and more. settings for shell, fonts, keybindings, and more.
- **catppuccin-mocha**: This file contains the URL to the `catppuccin-mocha` theme - **catppuccin-mocha.url**: This file contains the URL to the `catppuccin-mocha` theme
for Alacritty. for Alacritty.
- **catppuccin-latte**: This file contains the URL to the `catppuccin-latte` theme - **catppuccin-latte.url**: This file contains the URL to the `catppuccin-latte` theme
for Alacritty. for Alacritty.
## Installation ## Installation
@ -21,7 +21,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.url)"
``` ```
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

@ -5,8 +5,8 @@ and any related resources.
## Files ## Files
- **CascadiaCode**: This file contains the URL to the `Cascadia Code` Nerd Font patch. - **CascadiaCode.url**: This file contains the URL to the `Cascadia Code` Nerd Font patch.
- **CascadiaMono**: This file contains the URL to the `Cascadia Mono` Nerd Font patch. - **CascadiaMono.url**: This file contains the URL to the `Cascadia Mono` Nerd Font patch.
## Installation ## Installation
@ -16,7 +16,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.url).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

@ -7,9 +7,9 @@ in my personal configuration.
## Files ## Files
- **nvim**: This file contains the URL to my personal configuration that is to be - **nvim.url**: This file contains the URL to my personal configuration that is to be
installed as the main configuration on the machine. installed as the main configuration on the machine.
- **nvim-modular**: This file contains the URL to the repository of [`kickstart-modular.nvim`](https://github.com/dam9000/kickstart-modular.nvim) - **nvim-modular.url**: This file contains the URL to the repository of [`kickstart-modular.nvim`](https://github.com/dam9000/kickstart-modular.nvim)
which is serving as a secondary configuration for debugging purposes. which is serving as a secondary configuration for debugging purposes.
## Installation ## Installation
@ -20,7 +20,7 @@ To use this configuration:
2. Download all required configurations from files: 2. Download all required configurations from files:
```pwsh ```pwsh
git clone "$(Get-Content ./nvim/nvim)" $env:LOCALAPPDATA/nvim/ git clone "$(Get-Content ./nvim/nvim.url)" $env:LOCALAPPDATA/nvim/
``` ```
3. Copy the downloaded configuration to your system's specific location: 3. Copy the downloaded configuration to your system's specific location: