commit f22c0f2a43324e6a058b1a7c752bb002b921cd40
parent 47f11707b6b9d2dab83189d2d659b1feb7e6833d
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Tue, 26 Apr 2022 15:51:07 +0530
parent 47f11707b6b9d2dab83189d2d659b1feb7e6833d
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 @@ -5,6 +5,7 @@ !X11 !alacritty/ !alacritty/** +alacritty/windows.yml !bash/ !bash/** !cmd/
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