diff --git a/alacritty/README.md b/alacritty/README.md index c640956..c421777 100644 --- a/alacritty/README.md +++ b/alacritty/README.md @@ -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 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. -- **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. ## Installation @@ -21,7 +21,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.url)" ``` 3. Copy the `alacritty.yml` file and all downloaded themes to your Alacritty diff --git a/alacritty/catppuccin-latte b/alacritty/catppuccin-latte.url similarity index 100% rename from alacritty/catppuccin-latte rename to alacritty/catppuccin-latte.url diff --git a/alacritty/catppuccin-mocha b/alacritty/catppuccin-mocha.url similarity index 100% rename from alacritty/catppuccin-mocha rename to alacritty/catppuccin-mocha.url diff --git a/nerd-fonts/CascadiaCode b/nerd-fonts/CascadiaCode.url similarity index 100% rename from nerd-fonts/CascadiaCode rename to nerd-fonts/CascadiaCode.url diff --git a/nerd-fonts/CascadiaMono b/nerd-fonts/CascadiaMono.url similarity index 100% rename from nerd-fonts/CascadiaMono rename to nerd-fonts/CascadiaMono.url diff --git a/nerd-fonts/README.md b/nerd-fonts/README.md index 1387fb5..7092ead 100644 --- a/nerd-fonts/README.md +++ b/nerd-fonts/README.md @@ -5,8 +5,8 @@ and any related resources. ## Files -- **CascadiaCode**: 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. +- **CascadiaCode.url**: This file contains the URL to the `Cascadia Code` Nerd Font patch. +- **CascadiaMono.url**: This file contains the URL to the `Cascadia Mono` Nerd Font patch. ## Installation @@ -16,7 +16,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.url).zip" ``` 3. Unpack and install all downloaded fonts to your system's font storage. diff --git a/nvim/README.md b/nvim/README.md index 5a38154..e18c766 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -7,9 +7,9 @@ in my personal configuration. ## 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. -- **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. ## Installation @@ -20,7 +20,7 @@ To use this configuration: 2. Download all required configurations from files: ```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: diff --git a/nvim/nvim-modular b/nvim/nvim-modular.url similarity index 100% rename from nvim/nvim-modular rename to nvim/nvim-modular.url diff --git a/nvim/nvim b/nvim/nvim.url similarity index 100% rename from nvim/nvim rename to nvim/nvim.url