Last active
January 16, 2024 02:28
-
-
Save jamesgecko/290f7dc5a4836894d013595cbb7115f7 to your computer and use it in GitHub Desktop.
Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json", | |
"CreationDate" : "2023-09-18T19:34:01.333-00:00", | |
"Sources" : | |
[ | |
{ | |
"Packages" : | |
[ | |
{ "PackageIdentifier" : "AgileBits.1Password" }, | |
{ "PackageIdentifier" : "7zip.7zip" }, | |
{ "PackageIdentifier" : "StandardNotes.StandardNotes" }, | |
{ "PackageIdentifier" : "Mozilla.Firefox" }, | |
{ "PackageIdentifier" : "AutoHotkey.AutoHotkey" }, | |
{ "PackageIdentifier" : "Microsoft.VisualStudioCode", "Scope": "machine"}, | |
{ "PackageIdentifier" : "Dropbox.Dropbox" }, | |
{ "PackageIdentifier" : "Resilio.ResilioSync" }, | |
{ "PackageIdentifier" : "SyncTrayzor.SyncTrayzor" }, | |
{ "PackageIdentifier" : "dotPDNLLC.paintdotnet" }, | |
{ "PackageIdentifier" : "voidtools.Everything" }, | |
{ "PackageIdentifier" : "Valve.Steam" }, | |
{ "PackageIdentifier" : "AntibodySoftware.WizTree" }, | |
{ "PackageIdentifier" : "BiniSoft.WindowsFirewallControl" }, | |
{ "PackageIdentifier" : "Discord.Discord" }, | |
{ "PackageIdentifier" : "Rainmeter.Rainmeter" }, | |
{ "PackageIdentifier" : "Neovim.Neovim" }, | |
{ "PackageIdentifier" : "tailscale.tailscale" }, | |
{ "PackageIdentifier" : "wez.wezterm" }, | |
{ "PackageIdentifier" : "Git.Git" }, | |
{ "PackageIdentifier" : "GitHub.cli" }, | |
{ "PackageIdentifier" : "GitHub.GitHubDesktop" }, | |
{ "PackageIdentifier" : "Love2d.Love2d" }, | |
{ "PackageIdentifier" : "Microsoft.VisualStudio.2022.BuildTools" }, | |
{ "PackageIdentifier" : "Microsoft.WindowsSDK.10.0.22621" }, | |
{ "PackageIdentifier" : "Rustlang.Rustup" }, | |
{ "PackageIdentifier" : "PuTTY.PuTTY" }, | |
{ "PackageIdentifier" : "Oracle.JavaRuntimeEnvironment" }, | |
{ "PackageIdentifier" : "EclipseAdoptium.Temurin.21.JDK" } | |
], | |
"SourceDetails" : | |
{ | |
"Argument" : "https://cdn.winget.microsoft.com/cache", | |
"Identifier" : "Microsoft.Winget.Source_8wekyb3d8bbwe", | |
"Name" : "winget", | |
"Type" : "Microsoft.PreIndexed.Package" | |
} | |
} | |
], | |
"WinGetVersion" : "1.7.2491-preview" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
# winget export -o .\winget-export.json | |
winget import -i .\apps.json --accept-package-agreements | |
winget uninstall "windows web experience pack" | |
winget uninstall "quick assist" | |
# wsl --install | |
# Windows store | |
# powertoys, sysinternals | |
# { "PackageIdentifier" : "XP89DCGQ3K6VLD", "Channel": "msstore"}, | |
# { "PackageIdentifier" : "9P7KNL5RWT25", "Channel": "msstore" }, | |
# powershell | |
# https://github.com/shadowsocks/shadowsocks-windows | |
# MicrosoftCorporationII.WindowsSubsystemForLinux_8w… | |
# MicrosoftCorporationII.WindowsSubsystemForAndroid_… | |
# Mozilla.Thunderbird | |
# https://github.com/nkanaev/yarr | |
# SumatraPDF.SumatraPDF | |
# GitHub.GitHubDesktop | |
# GitHub.cli | |
# Rainmeter.Rainmeter | |
# Stardock.Start11 | |
# Cockos.REAPER | |
# ProtonTechnologies.ProtonMailBridge | |
# dotPDNLLC.paintdotnet | |
# wez.wezterm | |
# Oracle.JavaRuntimeEnvironment | |
# IrfanSkiljan.IrfanView | |
# JetBrains Mono | |
# Love2d.Love2d | |
# Microsoft.VisualStudio.2022.BuildTools | |
# Rustlang.Rustup | |
# PICO-8 | |
# Office ProPlus2021Retail | |
# JRuby | |
# Backblaze | |
# Dart+Flutter | |
# Deno | |
# Bun | |
# https://github.com/skeeto/w64devkit | |
# Android + Pleco | |
# Edit /etc/wsl.conf | |
# [boot] | |
# systemd=true | |
# Install Nix | |
# curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install | |
# Install nix home-manager | |
# https://yashgarg.dev/pensieve/nix-devenv-wsl/ | |
# nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager | |
# nix-channel --update | |
# nix run home-manager/master -- init --switch | |
# home-manager switch | |
# vi /home/james/.config/home-manager/home.nix | |
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager | |
# nix-channel --update | |
# nix-shell '<home-manager>' -A install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment