mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
fixes and added hyperlinks to programs
This commit is contained in:
parent
7345244ee4
commit
526442341d
@ -1,6 +1,7 @@
|
|||||||
# PowerShell Configuration
|
# PowerShell Configuration
|
||||||
|
|
||||||
This directory contains my PowerShell configuration files.
|
This directory contains my [PowerShell](https://github.com/PowerShell/PowerShell)
|
||||||
|
(pwsh) configuration files.
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
# Alacritty Configuration
|
# 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
|
## Files
|
||||||
|
|
||||||
- **alacritty.yml**: This is the main configuration file for Alacritty, containing
|
- **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
|
- **catppuccin-mocha**: 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**: This file contains the URL to the `catppuccin-latte` theme
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# Nerd Fonts Configuration
|
# 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
|
## Files
|
||||||
|
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# Neovim Configuration
|
# Neovim Configuration
|
||||||
|
|
||||||
This configuration varies from this here standard. The actual 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
|
can be found under a separate repository [here](https://github.com/Baipyrus/nvim-config).
|
||||||
to all configurations that are to be installed in my personal configuration.
|
These files only serve as a reference to all configurations that are to be installed
|
||||||
|
in my personal configuration.
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
|
|
||||||
- **nvim**: This file contains the URL to my personal configuration that is to be
|
- **nvim**: 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`
|
- **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.
|
which is serving as a secondary configuration for debugging purposes.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -19,7 +20,7 @@ To use this configuration:
|
|||||||
2. Download all required configurations from files:
|
2. Download all required configurations from files:
|
||||||
|
|
||||||
```pwsh
|
```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:
|
3. Copy the downloaded configuration to your system's specific location:
|
||||||
|
Loading…
Reference in New Issue
Block a user