New Init
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
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'))
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
cd /d "%~dp0"
|
||||
set "root=%~dp0..\"
|
||||
|
||||
set "vars=%root%\settings\vars.bat"
|
||||
call "%vars%"
|
||||
@@ -0,0 +1,11 @@
|
||||
@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
|
||||
@@ -0,0 +1,3 @@
|
||||
irm get.scoop.sh -outfile 'install.ps1'
|
||||
%Temp%\install.ps1 -RunAsAdmin
|
||||
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||
@@ -0,0 +1,33 @@
|
||||
:: 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"
|
||||
|
||||
:: Packages
|
||||
set "packages=%data%\packages"
|
||||
set "packages-installer=%packages%\install.bat"
|
||||
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%"
|
||||
:: Mounts
|
||||
set "mounts=%data%\mounts"
|
||||
|
||||
|
||||
:: GLOBAL ::
|
||||
set "disk-label=S:"
|
||||
set "user-name=oqyude"
|
||||
|
||||
:: Main Folder
|
||||
set "games=%disk-label%\Games"
|
||||
set "storage=%userprofile%\Storage"
|
||||
@@ -0,0 +1,3 @@
|
||||
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle
|
||||
Add-AppxPackage winget.msixbundle
|
||||
del winget.msixbundle
|
||||
Reference in New Issue
Block a user