From 526442341db5c82f3cbebe28beb168c960bc9e04 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 26 Aug 2024 22:04:02 +0200 Subject: [PATCH] fixes and added hyperlinks to programs --- PowerShell/README.md | 3 ++- alacritty/README.md | 6 ++++-- nerd-fonts/README.md | 3 ++- nvim/README.md | 9 +++++---- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/PowerShell/README.md b/PowerShell/README.md index d428a5c..2673f47 100644 --- a/PowerShell/README.md +++ b/PowerShell/README.md @@ -1,6 +1,7 @@ # PowerShell Configuration -This directory contains my PowerShell configuration files. +This directory contains my [PowerShell](https://github.com/PowerShell/PowerShell) +(pwsh) configuration files. ## Files diff --git a/alacritty/README.md b/alacritty/README.md index 67c9ae7..c640956 100644 --- a/alacritty/README.md +++ b/alacritty/README.md @@ -1,11 +1,13 @@ # Alacritty Configuration -This directory contains my Alacritty terminal emulator configuration. +This directory contains my configuration for the [Alacritty terminal emulator](https://alacritty.org/). +Any other files contain references to themes to be used inside of Alacritty like +`mocha` or `latte` from [`catppuccin`](https://github.com/catppuccin/alacritty). ## Files - **alacritty.yml**: This is the main configuration file for Alacritty, containing -settings for colors, fonts, keybindings, and more. +settings for shell, fonts, keybindings, and more. - **catppuccin-mocha**: This file contains the URL to the `catppuccin-mocha` theme for Alacritty. - **catppuccin-latte**: This file contains the URL to the `catppuccin-latte` theme diff --git a/nerd-fonts/README.md b/nerd-fonts/README.md index ad45aff..1387fb5 100644 --- a/nerd-fonts/README.md +++ b/nerd-fonts/README.md @@ -1,6 +1,7 @@ # Nerd Fonts Configuration -This directory contains my Nerd Fonts configuration and any related resources. +This directory contains my [Nerd Fonts](https://www.nerdfonts.com/) configuration +and any related resources. ## Files diff --git a/nvim/README.md b/nvim/README.md index cf85b9b..5a38154 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -1,14 +1,15 @@ # Neovim Configuration This configuration varies from this here standard. The actual Neovim configuration -can be found under a separate repository here. These files only serve as a reference -to all configurations that are to be installed in my personal configuration. +can be found under a separate repository [here](https://github.com/Baipyrus/nvim-config). +These files only serve as a reference to all configurations that are to be installed +in my personal configuration. ## Files - **nvim**: 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` +- **nvim-modular**: 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 @@ -19,7 +20,7 @@ To use this configuration: 2. Download all required configurations from files: ```pwsh - curl -LO "$(Get-Content ./nvim/nvim)" + git clone "$(Get-Content ./nvim/nvim)" $env:LOCALAPPDATA/nvim/ ``` 3. Copy the downloaded configuration to your system's specific location: