mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
General configuration of the Software I use
alacritty | ||
nerd-fonts | ||
nvim | ||
PowerShell | ||
install_windows.ps1 | ||
LICENSE | ||
README.md |
Dotfiles
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
- alacritty: Alacritty terminal emulator configuration
- nerd-fonts: Nerd Fonts installation
- nvim: Neovim configuration
Installation
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.
git clone https://github.com/Baipyrus/dotfiles.git
Alternatively, feel free to run the install script after cloning the repository or directly execute it from shell:
# Using 'Invoke-RestMethod' and 'Invoke-Expression'
irm 'https://raw.githubusercontent.com/Baipyrus/dotfiles/main/install_windows.ps1'
| iex