dotfiles

Cross platform dotfiles for linux, mac and windows

commit bde83dfc716548544aad221885d7e25209ac2208
parent b3206cc9667f2dc706dc8c44af69d867bb12e8e9
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Tue, 26 Apr 2022 15:51:07 +0530

Add patches for windows setup.ps1

Based on https://github.com/alacritty/alacritty/issues/6024
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/.gitignore b/.config/.gitignore
@@ -6,6 +6,7 @@
 !X11
 !alacritty/
 !alacritty/**
+alacritty/windows.yml
 !bash/
 !bash/**
 !cmd/
diff --git a/.config/alacritty/windows.yml b/.config/cmd/patch/.config/alacritty/windows.yml
diff --git a/.config/cmd/setup.ps1 b/.config/cmd/setup.ps1
@@ -5,3 +5,6 @@ Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.
 
 # Install the absolute essentials
 scoop install $(gc ~/.config/cmd/packages.txt)
+
+# Apply config patches
+xcopy %USERPROFILE%\.config\cmd\patch %USERPROFILE% /E