mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
fixes and added hyperlinks to programs
This commit is contained in:
parent
7345244ee4
commit
526442341d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user