-
Notifications
You must be signed in to change notification settings - Fork 2
Install Package Manager
Tomshi edited this page Dec 3, 2023
·
2 revisions
- Install homebrew by opening the terminal and sending:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install chocolatey by performing the following;
With
PowerShell
, you must ensureGet-ExecutionPolicy
is notRestricted
. We suggest usingBypass
to bypass the policy to get things installed orAllSigned
for quite a bit more security.Run an elevated powershell window and send;
Get-ExecutionPolicy
If it returns
Restricted
, then run;Set-ExecutionPolicy AllSigned
or
Set-ExecutionPolicy Bypass -Scope ProcessNow run the following command:
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'))
Keeping Track
Keyboard Shortcut Adjustments
libs & Classes
Editors
Apps
Other lib files
Hotkeys
Timer Scripts
- adobe fullscreen check.ahk
- Alt_menu_acceleration_DISABLER.ahk
- autodismiss error.ahk
- autosave.ahk
- gameCheck.ahk
- Multi-Instance Close
Other Scripts
Other Guides