big migration to csv started
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Set-ExecutionPolicy RemoteSigned
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
||||
@@ -1,11 +0,0 @@
|
||||
@echo off
|
||||
|
||||
set winget-pin-list=AIMP.AIMP^
|
||||
;GNU.Nano^
|
||||
;Guru3D.RTSS^
|
||||
;Python.Launcher^
|
||||
;Python.Python.3.13^
|
||||
;Python.Python.3.12
|
||||
|
||||
set choco-pin-list=nvidia-display-driver^
|
||||
;sublimetext4
|
||||
@@ -1,3 +0,0 @@
|
||||
irm get.scoop.sh -outfile 'install.ps1'
|
||||
%Temp%\install.ps1 -RunAsAdmin
|
||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||
+6
-7
@@ -1,10 +1,7 @@
|
||||
:: LOCAL ::
|
||||
|
||||
:: Package Managers
|
||||
set "chocolatey=%~dp0chocolatey.ps1"
|
||||
set "scoop=%~dp0scoop.ps1"
|
||||
set "winget=%~dp0winget.ps1"
|
||||
set "pin-list=%~dp0pin-list.bat"
|
||||
|
||||
:: Local Root
|
||||
set "data=%root%\data"
|
||||
@@ -16,10 +13,12 @@ set "packages-all-lists=%packages%\[all]"
|
||||
set "packages-user-lists=%packages%\%computername%"
|
||||
set "packages-user-lists-other=%packages-user-lists%\other.bat"
|
||||
|
||||
:: Configurations
|
||||
set "configurations=%data%\configurations"
|
||||
set "configurations-all=%configurations%\[all]"
|
||||
set "configurations-user=%configurations%\%computername%"
|
||||
:: Apps
|
||||
set "apps=%data%\apps"
|
||||
set "csv=%data%\apps.csv"
|
||||
set "apps-all=%apps%\[all]"
|
||||
set "apps-legacy=%apps%\legacy"
|
||||
set "apps-user=%apps%\%computername%"
|
||||
:: Mounts
|
||||
set "mounts=%data%\mounts"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user