General configuration of the Software I use
Go to file
2024-09-02 09:24:09 +02:00
alacritty save all reference files as .url type 2024-08-27 14:57:29 +02:00
nerd-fonts save all reference files as .url type 2024-08-27 14:57:29 +02:00
nvim save all reference files as .url type 2024-08-27 14:57:29 +02:00
PowerShell install proxy switcher instead of switching from powershell profile 2024-09-02 09:24:09 +02:00
install_windows.ps1 install proxy switcher instead of switching from powershell profile 2024-09-02 09:24:09 +02:00
LICENSE Initial commit 2024-08-26 18:39:50 +02:00
README.md simplify inline execute command 2024-08-27 14:57:36 +02:00

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

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