2024-08-26 19:03:12 +00:00
|
|
|
# Dotfiles
|
2024-08-26 18:55:52 +00:00
|
|
|
|
2024-08-26 19:03:12 +00:00
|
|
|
Welcome to my `dotfiles` repository! This repository contains the configuration files
|
|
|
|
for various programs I use. Each program's configuration is organized into its own
|
|
|
|
directory. Below is a brief overview of the programs and configurations included.
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
- **PowerShell**: [PowerShell configuration](./PowerShell)
|
|
|
|
- **alacritty**: [Alacritty terminal emulator configuration](./alacritty)
|
2024-08-26 19:21:45 +00:00
|
|
|
- **nerd-fonts**: [Nerd Fonts installation](./nerd-fonts)
|
2024-08-26 19:03:12 +00:00
|
|
|
- **nvim**: [Neovim configuration](./nvim)
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
2024-08-26 19:21:45 +00:00
|
|
|
To use these configurations, clone this repository and copy or symlink the necessary
|
|
|
|
files to your home directory or the appropriate configuration directories for each
|
|
|
|
program. Instructions for each program are provided in their respective directories.
|
2024-08-26 19:03:12 +00:00
|
|
|
|
|
|
|
```pwsh
|
|
|
|
git clone https://github.com/Baipyrus/dotfiles.git
|
|
|
|
```
|