Update dotfiles

This commit is contained in:
Isaac Shoebottom 2024-02-15 16:46:44 -04:00
parent f0f1d6e43c
commit fb3e854a3a
3 changed files with 303 additions and 253 deletions

View File

@ -1,27 +1,28 @@
# Unix like pwd # Unix like pwd
if (Test-Path alias:pwd) { if (Test-Path alias:pwd) {
Remove-Alias -Name pwd Remove-Alias -Name pwd
} }
Function pwd {(Get-Location).Path} Function pwd { (Get-Location).Path }
# Change to dotfiles directory # Change to dotfiles directory
if (Test-Path alias:dotfolder) { if (Test-Path alias:dotfolder) {
Remove-Alias -Name dotfolder Remove-Alias -Name dotfolder
} }
Function dotfolder {Set-Location ~/.local/share/chezmoi} Function dotfolder { Set-Location ~/.local/share/chezmoi }
if (Test-Path alias:dotcommit) { if (Test-Path alias:dotcommit) {
Remove-Alias -Name dotcommit Remove-Alias -Name dotcommit
} }
Function dotcommit { Function dotcommit {
# Export installed apps to file # Export installed apps to file
. ~/Documents/PowerShell/installed-apps.ps1 . ~/Documents/PowerShell/installed-apps.ps1
# If no arguments are passed, use the default message # If no arguments are passed, use the default message
if ($args.Length -eq 0) { if ($args.Length -eq 0) {
$message = "Update dotfiles" $message = "Update dotfiles"
} else { }
else {
$message = $args -join " " $message = $args -join " "
} }
chezmoi re-add chezmoi re-add
@ -29,4 +30,16 @@ if (Test-Path alias:pwd) {
chezmoi git -- commit -a -m $message chezmoi git -- commit -a -m $message
chezmoi git -- push chezmoi git -- push
chezmoi apply chezmoi apply
} }
# Replace cat with bat
if (Test-Path alias:cat) {
Remove-Alias -Name cat
}
Set-Alias -Name cat -Value bat
# Replace ls with exa
if (Test-Path alias:ls) {
Remove-Alias -Name ls
}
Set-Alias -Name ls -Value exa

View File

@ -8,3 +8,5 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powe
Invoke-Expression -Command $(gh completion -s powershell | Out-String) Invoke-Expression -Command $(gh completion -s powershell | Out-String)
# gsudo # gsudo
Import-Module gsudoModule Import-Module gsudoModule
# zoxide
Invoke-Expression (& { (zoxide init powershell | Out-String) })

View File

@ -56,6 +56,13 @@
"Updated": "2024-02-03T17:13:31.5588059-04:00", "Updated": "2024-02-03T17:13:31.5588059-04:00",
"Version": "2.8.1" "Version": "2.8.1"
}, },
{
"Info": "",
"Name": "bat",
"Source": "main",
"Updated": "2024-02-15T16:40:42.3436271-04:00",
"Version": "0.24.0"
},
{ {
"Info": "", "Info": "",
"Name": "bc", "Name": "bc",
@ -65,10 +72,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "dosbox-x", "Name": "86box",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-06T04:49:08.7210139-04:00", "Updated": "2024-02-06T04:48:13.661004-04:00",
"Version": "2023.10.06" "Version": "4.0.1"
}, },
{ {
"Info": "", "Info": "",
@ -142,10 +149,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "86box", "Name": "bgb",
"Source": "games",
"Updated": "2024-02-06T04:57:08.1163119-04:00",
"Version": "1.6.1"
},
{
"Info": "",
"Name": "draw.io",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-06T04:48:13.661004-04:00", "Updated": "2024-02-03T16:33:32.6347176-04:00",
"Version": "4.0.1" "Version": "23.0.2"
}, },
{ {
"Info": "", "Info": "",
@ -154,13 +168,6 @@
"Updated": "2024-02-10T23:25:17.2629048-04:00", "Updated": "2024-02-10T23:25:17.2629048-04:00",
"Version": "7.5.1" "Version": "7.5.1"
}, },
{
"Info": "",
"Name": "capframex",
"Source": "extras",
"Updated": "2024-02-06T03:53:54.4176589-04:00",
"Version": "1.7.2"
},
{ {
"Info": "", "Info": "",
"Name": "CascadiaCode-NF", "Name": "CascadiaCode-NF",
@ -168,13 +175,6 @@
"Updated": "2024-01-31T16:23:12.6575145-04:00", "Updated": "2024-01-31T16:23:12.6575145-04:00",
"Version": "3.1.1" "Version": "3.1.1"
}, },
{
"Info": "",
"Name": "cemu-dev",
"Source": "games",
"Updated": "2024-02-06T04:03:21.4765101-04:00",
"Version": "2.0-65"
},
{ {
"Info": "", "Info": "",
"Name": "cheat-engine", "Name": "cheat-engine",
@ -233,10 +233,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "bgb", "Name": "cc65",
"Source": "games", "Source": "main",
"Updated": "2024-02-06T04:57:08.1163119-04:00", "Updated": "2024-02-13T17:29:41.1418856-04:00",
"Version": "1.6.1" "Version": "7871266729"
},
{
"Info": "",
"Name": "capframex",
"Source": "extras",
"Updated": "2024-02-06T03:53:54.4176589-04:00",
"Version": "1.7.2"
}, },
{ {
"Info": "", "Info": "",
@ -245,13 +252,6 @@
"Updated": "2024-02-08T15:06:29.824753-04:00", "Updated": "2024-02-08T15:06:29.824753-04:00",
"Version": "3.1.1" "Version": "3.1.1"
}, },
{
"Info": "",
"Name": "cryptomator",
"Source": "extras",
"Updated": "2024-02-07T17:56:47.5030843-04:00",
"Version": "1.12.0"
},
{ {
"Info": "", "Info": "",
"Name": "crystaldiskinfo", "Name": "crystaldiskinfo",
@ -303,10 +303,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "cc65", "Name": "dosbox-x",
"Source": "main", "Source": "extras",
"Updated": "2024-02-13T17:29:41.1418856-04:00", "Updated": "2024-02-06T04:49:08.7210139-04:00",
"Version": "7871266729" "Version": "2023.10.06"
}, },
{ {
"Info": "", "Info": "",
@ -317,10 +317,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "draw.io", "Name": "cryptomator",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T16:33:32.6347176-04:00", "Updated": "2024-02-07T17:56:47.5030843-04:00",
"Version": "23.0.2" "Version": "1.12.0"
},
{
"Info": "",
"Name": "zoxide",
"Source": "main",
"Updated": "2024-02-15T16:41:14.220726-04:00",
"Version": "0.9.3"
}, },
{ {
"Info": "", "Info": "",
@ -329,13 +336,6 @@
"Updated": "2024-02-06T05:37:33.0514394-04:00", "Updated": "2024-02-06T05:37:33.0514394-04:00",
"Version": "1.50" "Version": "1.50"
}, },
{
"Info": "",
"Name": "DroidSansMono-NF",
"Source": "nerd-fonts",
"Updated": "2024-02-08T15:06:58.2708665-04:00",
"Version": "3.1.1"
},
{ {
"Info": "", "Info": "",
"Name": "duckstation", "Name": "duckstation",
@ -343,13 +343,6 @@
"Updated": "2024-02-07T17:56:48.8052958-04:00", "Updated": "2024-02-07T17:56:48.8052958-04:00",
"Version": "20240206-g0bc42c3" "Version": "20240206-g0bc42c3"
}, },
{
"Info": "",
"Name": "element",
"Source": "extras",
"Updated": "2024-02-13T17:29:51.490865-04:00",
"Version": "1.11.58"
},
{ {
"Info": "", "Info": "",
"Name": "everything", "Name": "everything",
@ -357,6 +350,13 @@
"Updated": "2024-02-03T16:33:43.777863-04:00", "Updated": "2024-02-03T16:33:43.777863-04:00",
"Version": "1.4.1.1024" "Version": "1.4.1.1024"
}, },
{
"Info": "",
"Name": "eza",
"Source": "main",
"Updated": "2024-02-15T16:44:25.4120072-04:00",
"Version": "0.18.3"
},
{ {
"Info": "", "Info": "",
"Name": "feishin", "Name": "feishin",
@ -401,24 +401,24 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "gitkraken", "Name": "flycast",
"Source": "extras", "Source": "games",
"Updated": "2024-02-15T03:11:05.7668556-04:00", "Updated": "2024-02-06T04:44:10.65827-04:00",
"Version": "9.12.0" "Version": "2.2"
}, },
{ {
"Info": "", "Info": "",
"Name": "go", "Name": "element",
"Source": "main", "Source": "extras",
"Updated": "2024-02-07T17:57:19.9428404-04:00", "Updated": "2024-02-13T17:29:51.490865-04:00",
"Version": "1.22.0" "Version": "1.11.58"
}, },
{ {
"Info": "", "Info": "",
"Name": "freac", "Name": "fontbase",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-06T05:44:47.4193348-04:00", "Updated": "2024-02-08T14:28:56.7870685-04:00",
"Version": "1.1.7" "Version": "2.20.7"
}, },
{ {
"Info": "", "Info": "",
@ -478,17 +478,24 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "flycast", "Name": "gitkraken",
"Source": "games", "Source": "extras",
"Updated": "2024-02-06T04:44:10.65827-04:00", "Updated": "2024-02-15T03:11:05.7668556-04:00",
"Version": "2.2" "Version": "9.12.0"
}, },
{ {
"Info": "", "Info": "",
"Name": "k-lite-codec-pack-basic-np", "Name": "freac",
"Source": "nonportable", "Source": "extras",
"Updated": "2024-02-06T05:17:39.1373384-04:00", "Updated": "2024-02-06T05:44:47.4193348-04:00",
"Version": "18.0.5" "Version": "1.1.7"
},
{
"Info": "",
"Name": "go",
"Source": "main",
"Updated": "2024-02-07T17:57:19.9428404-04:00",
"Version": "1.22.0"
}, },
{ {
"Info": "", "Info": "",
@ -499,17 +506,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "hyperfine", "Name": "godot-mono",
"Source": "main",
"Updated": "2023-11-12T20:05:20.9789103-04:00",
"Version": "1.18.0"
},
{
"Info": "",
"Name": "gpu-z",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T17:18:56.0989428-04:00", "Updated": "2024-02-03T18:10:27.6907842-04:00",
"Version": "2.57.0" "Version": "4.2.1"
}, },
{ {
"Info": "", "Info": "",
@ -569,24 +569,24 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "kdenlive", "Name": "hxd",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T18:07:41.1490778-04:00", "Updated": "2024-02-03T17:18:15.6674229-04:00",
"Version": "23.08.4" "Version": "2.5.0.0"
}, },
{ {
"Info": "", "Info": "",
"Name": "godot-mono", "Name": "gpu-z",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T18:10:27.6907842-04:00", "Updated": "2024-02-03T17:18:56.0989428-04:00",
"Version": "4.2.1" "Version": "2.57.0"
}, },
{ {
"Info": "", "Info": "",
"Name": "imagemagick", "Name": "hyperfine",
"Source": "main", "Source": "main",
"Updated": "2024-02-13T17:30:39.5644838-04:00", "Updated": "2023-11-12T20:05:20.9789103-04:00",
"Version": "7.1.1-28" "Version": "1.18.0"
}, },
{ {
"Info": "", "Info": "",
@ -646,17 +646,31 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "hxd", "Name": "k-lite-codec-pack-basic-np",
"Source": "extras", "Source": "nonportable",
"Updated": "2024-02-03T17:18:15.6674229-04:00", "Updated": "2024-02-06T05:17:39.1373384-04:00",
"Version": "2.5.0.0" "Version": "18.0.5"
}, },
{ {
"Info": "", "Info": "",
"Name": "fontbase", "Name": "imagemagick",
"Source": "main",
"Updated": "2024-02-13T17:30:39.5644838-04:00",
"Version": "7.1.1-28"
},
{
"Info": "",
"Name": "cemu-dev",
"Source": "games",
"Updated": "2024-02-06T04:03:21.4765101-04:00",
"Version": "2.0-65"
},
{
"Info": "",
"Name": "kdenlive",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-08T14:28:56.7870685-04:00", "Updated": "2024-02-03T18:07:41.1490778-04:00",
"Version": "2.20.7" "Version": "23.08.4"
}, },
{ {
"Info": "", "Info": "",
@ -667,17 +681,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "rpcs3", "Name": "keyboardstateview",
"Source": "games", "Source": "nirsoft",
"Updated": "2024-02-15T03:11:36.251787-04:00", "Updated": "2024-02-08T15:01:44.2873454-04:00",
"Version": "0.0.30-16110" "Version": "1.00"
},
{
"Info": "",
"Name": "lapce",
"Source": "extras",
"Updated": "2024-02-08T14:24:25.9363605-04:00",
"Version": "0.3.1"
}, },
{ {
"Info": "", "Info": "",
@ -686,6 +693,13 @@
"Updated": "2023-11-03T21:21:01.5862286-03:00", "Updated": "2023-11-03T21:21:01.5862286-03:00",
"Version": "0.40.2" "Version": "0.40.2"
}, },
{
"Info": "",
"Name": "less",
"Source": "main",
"Updated": "2024-02-15T16:40:46.9446265-04:00",
"Version": "643"
},
{ {
"Info": "", "Info": "",
"Name": "llvm", "Name": "llvm",
@ -730,10 +744,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "produkey", "Name": "notepadplusplus",
"Source": "nirsoft", "Source": "extras",
"Updated": "2024-02-08T15:02:40.7177599-04:00", "Updated": "2024-02-03T17:20:45.0441033-04:00",
"Version": "1.97" "Version": "8.6.2"
},
{
"Info": "",
"Name": "lapce",
"Source": "extras",
"Updated": "2024-02-08T14:24:25.9363605-04:00",
"Version": "0.3.1"
}, },
{ {
"Info": "", "Info": "",
@ -742,13 +763,6 @@
"Updated": "2024-01-31T15:25:11.2938777-04:00", "Updated": "2024-01-31T15:25:11.2938777-04:00",
"Version": "24.1" "Version": "24.1"
}, },
{
"Info": "",
"Name": "mo2",
"Source": "games",
"Updated": "2024-02-06T03:42:36.5828669-04:00",
"Version": "2.5.0"
},
{ {
"Info": "", "Info": "",
"Name": "mp3tag", "Name": "mp3tag",
@ -807,10 +821,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "krita", "Name": "mkvtoolnix",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T17:21:19.6918518-04:00", "Updated": "2024-02-03T16:31:58.2198213-04:00",
"Version": "5.2.2" "Version": "82.0"
},
{
"Info": "",
"Name": "mo2",
"Source": "games",
"Updated": "2024-02-06T03:42:36.5828669-04:00",
"Version": "2.5.0"
}, },
{ {
"Info": "", "Info": "",
@ -819,13 +840,6 @@
"Updated": "2024-01-04T21:30:20.3549963-04:00", "Updated": "2024-01-04T21:30:20.3549963-04:00",
"Version": "0.9.5" "Version": "0.9.5"
}, },
{
"Info": "",
"Name": "notepadplusplus",
"Source": "extras",
"Updated": "2024-02-03T17:20:45.0441033-04:00",
"Version": "8.6.2"
},
{ {
"Info": "", "Info": "",
"Name": "nvm", "Name": "nvm",
@ -833,6 +847,13 @@
"Updated": "2023-11-24T06:51:07.8699591-04:00", "Updated": "2023-11-24T06:51:07.8699591-04:00",
"Version": "1.1.12" "Version": "1.1.12"
}, },
{
"Info": "",
"Name": "ps3-system-software",
"Source": "games",
"Updated": "2024-02-06T04:01:05.8508012-04:00",
"Version": "4.90"
},
{ {
"Info": "", "Info": "",
"Name": "obsidian", "Name": "obsidian",
@ -898,10 +919,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "mkvtoolnix", "Name": "obs-studio",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-03T16:31:58.2198213-04:00", "Updated": "2024-02-03T16:59:45.4196094-04:00",
"Version": "82.0" "Version": "30.0.2"
}, },
{ {
"Info": "", "Info": "",
@ -968,10 +989,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "obs-studio", "Name": "produkey",
"Source": "extras", "Source": "nirsoft",
"Updated": "2024-02-03T16:59:45.4196094-04:00", "Updated": "2024-02-08T15:02:40.7177599-04:00",
"Version": "30.0.2" "Version": "1.97"
}, },
{ {
"Info": "", "Info": "",
@ -980,13 +1001,6 @@
"Updated": "2024-02-08T23:18:43.7803149-04:00", "Updated": "2024-02-08T23:18:43.7803149-04:00",
"Version": "2.11" "Version": "2.11"
}, },
{
"Info": "",
"Name": "ps3-system-software",
"Source": "games",
"Updated": "2024-02-06T04:01:05.8508012-04:00",
"Version": "4.90"
},
{ {
"Info": "", "Info": "",
"Name": "pulsar", "Name": "pulsar",
@ -994,6 +1008,13 @@
"Updated": "2024-02-03T16:38:02.0371477-04:00", "Updated": "2024-02-03T16:38:02.0371477-04:00",
"Version": "1.113.0" "Version": "1.113.0"
}, },
{
"Info": "",
"Name": "DroidSansMono-NF",
"Source": "nerd-fonts",
"Updated": "2024-02-08T15:06:58.2708665-04:00",
"Version": "3.1.1"
},
{ {
"Info": "", "Info": "",
"Name": "pwsh", "Name": "pwsh",
@ -1003,24 +1024,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "qbittorrent", "Name": "telegram",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-08T17:14:17.0475387-04:00", "Updated": "2024-02-06T05:14:26.078774-04:00",
"Version": "4.6.3" "Version": "4.14.13"
},
{
"Info": "",
"Name": "qtifw",
"Source": "main",
"Updated": "2024-02-03T17:13:28.9912075-04:00",
"Version": "4.6.1"
},
{
"Info": "",
"Name": "r2modman",
"Source": "games",
"Updated": "2024-02-06T03:29:55.098339-04:00",
"Version": "3.1.46"
}, },
{ {
"Info": "", "Info": "",
@ -1066,17 +1073,17 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "sed", "Name": "ripme",
"Source": "main", "Source": "extras",
"Updated": "2023-11-24T04:59:25.5404312-04:00", "Updated": "2024-02-06T02:04:27.0760987-04:00",
"Version": "4.9" "Version": "2.1.7"
}, },
{ {
"Info": "", "Info": "",
"Name": "shotcut", "Name": "rpcs3",
"Source": "extras", "Source": "games",
"Updated": "2024-02-03T18:08:13.5115482-04:00", "Updated": "2024-02-15T03:11:36.251787-04:00",
"Version": "24.01.28" "Version": "0.0.30-16110"
}, },
{ {
"Info": "", "Info": "",
@ -1085,6 +1092,13 @@
"Updated": "2024-02-06T05:32:45.8810304-04:00", "Updated": "2024-02-06T05:32:45.8810304-04:00",
"Version": "4.4" "Version": "4.4"
}, },
{
"Info": "",
"Name": "r2modman",
"Source": "games",
"Updated": "2024-02-06T03:29:55.098339-04:00",
"Version": "3.1.46"
},
{ {
"Info": "", "Info": "",
"Name": "rustup", "Name": "rustup",
@ -1092,13 +1106,6 @@
"Updated": "2023-11-03T21:07:33.0605748-03:00", "Updated": "2023-11-03T21:07:33.0605748-03:00",
"Version": "1.26.0" "Version": "1.26.0"
}, },
{
"Info": "",
"Name": "ryujinx",
"Source": "games",
"Updated": "2024-02-13T17:30:55.3121819-04:00",
"Version": "1.1.1192"
},
{ {
"Info": "", "Info": "",
"Name": "sameboy", "Name": "sameboy",
@ -1143,17 +1150,38 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "ripme", "Name": "sed",
"Source": "extras", "Source": "main",
"Updated": "2024-02-06T02:04:27.0760987-04:00", "Updated": "2023-11-24T04:59:25.5404312-04:00",
"Version": "2.1.7" "Version": "4.9"
}, },
{ {
"Info": "", "Info": "",
"Name": "yt-dlp", "Name": "shotcut",
"Source": "extras",
"Updated": "2024-02-03T18:08:13.5115482-04:00",
"Version": "24.01.28"
},
{
"Info": "",
"Name": "krita",
"Source": "extras",
"Updated": "2024-02-03T17:21:19.6918518-04:00",
"Version": "5.2.2"
},
{
"Info": "",
"Name": "ryujinx",
"Source": "games",
"Updated": "2024-02-13T17:30:55.3121819-04:00",
"Version": "1.1.1192"
},
{
"Info": "",
"Name": "qtifw",
"Source": "main", "Source": "main",
"Updated": "2024-02-01T14:33:04.7307691-04:00", "Updated": "2024-02-03T17:13:28.9912075-04:00",
"Version": "2023.12.30" "Version": "4.6.1"
}, },
{ {
"Info": "", "Info": "",
@ -1164,31 +1192,10 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "wget", "Name": "snes9x",
"Source": "main", "Source": "games",
"Updated": "2023-11-24T06:58:25.7603141-04:00", "Updated": "2024-02-06T05:06:03.1150744-04:00",
"Version": "1.21.4" "Version": "1.62.3"
},
{
"Info": "",
"Name": "sqlitebrowser",
"Source": "extras",
"Updated": "2024-02-03T17:16:06.9020247-04:00",
"Version": "3.12.2"
},
{
"Info": "",
"Name": "tcc",
"Source": "main",
"Updated": "2023-07-28T20:07:20.9156489-03:00",
"Version": "0.9.27"
},
{
"Info": "",
"Name": "telegram",
"Source": "extras",
"Updated": "2024-02-06T05:14:26.078774-04:00",
"Version": "4.14.13"
}, },
{ {
"Info": "", "Info": "",
@ -1211,6 +1218,13 @@
"Updated": "2024-02-03T16:48:35.8696146-04:00", "Updated": "2024-02-03T16:48:35.8696146-04:00",
"Version": "2.8.1" "Version": "2.8.1"
}, },
{
"Info": "",
"Name": "usblogview",
"Source": "nirsoft",
"Updated": "2024-02-15T16:39:07.4667142-04:00",
"Version": "1.26"
},
{ {
"Info": "", "Info": "",
"Name": "vcpkg", "Name": "vcpkg",
@ -1234,24 +1248,24 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "keyboardstateview", "Name": "vscode",
"Source": "nirsoft", "Source": "extras",
"Updated": "2024-02-08T15:01:44.2873454-04:00", "Updated": "2024-02-09T00:32:24.3053746-04:00",
"Version": "1.00" "Version": "1.86.1"
}, },
{ {
"Info": "", "Info": "",
"Name": "snes9x", "Name": "tcc",
"Source": "games", "Source": "main",
"Updated": "2024-02-06T05:06:03.1150744-04:00", "Updated": "2023-07-28T20:07:20.9156489-03:00",
"Version": "1.62.3" "Version": "0.9.27"
}, },
{ {
"Info": "", "Info": "",
"Name": "wiimms-iso-tools", "Name": "wget",
"Source": "wii-tools", "Source": "main",
"Updated": "2024-02-10T22:35:06.9948978-04:00", "Updated": "2023-11-24T06:58:25.7603141-04:00",
"Version": "3.05a.r8638" "Version": "1.21.4"
}, },
{ {
"Info": "", "Info": "",
@ -1311,10 +1325,31 @@
}, },
{ {
"Info": "", "Info": "",
"Name": "vscode", "Name": "yt-dlp",
"Source": "main",
"Updated": "2024-02-01T14:33:04.7307691-04:00",
"Version": "2023.12.30"
},
{
"Info": "",
"Name": "wiimms-iso-tools",
"Source": "wii-tools",
"Updated": "2024-02-10T22:35:06.9948978-04:00",
"Version": "3.05a.r8638"
},
{
"Info": "",
"Name": "sqlitebrowser",
"Source": "extras", "Source": "extras",
"Updated": "2024-02-09T00:32:24.3053746-04:00", "Updated": "2024-02-03T17:16:06.9020247-04:00",
"Version": "1.86.1" "Version": "3.12.2"
},
{
"Info": "",
"Name": "qbittorrent",
"Source": "extras",
"Updated": "2024-02-08T17:14:17.0475387-04:00",
"Version": "4.6.3"
}, },
{ {
"Info": "", "Info": "",
@ -1329,13 +1364,13 @@
"Manifests": 1978, "Manifests": 1978,
"Name": "extras", "Name": "extras",
"Source": "https://github.com/ScoopInstaller/Extras", "Source": "https://github.com/ScoopInstaller/Extras",
"Updated": "2024-02-15T00:26:20-04:00" "Updated": "2024-02-15T16:23:34-04:00"
}, },
{ {
"Manifests": 297, "Manifests": 297,
"Name": "games", "Name": "games",
"Source": "https://github.com/Calinou/scoop-games", "Source": "https://github.com/Calinou/scoop-games",
"Updated": "2024-02-15T00:25:07-04:00" "Updated": "2024-02-15T16:22:32-04:00"
}, },
{ {
"Manifests": 270, "Manifests": 270,
@ -1347,7 +1382,7 @@
"Manifests": 1289, "Manifests": 1289,
"Name": "main", "Name": "main",
"Source": "https://github.com/ScoopInstaller/Main", "Source": "https://github.com/ScoopInstaller/Main",
"Updated": "2024-02-15T00:25:29-04:00" "Updated": "2024-02-15T16:23:04-04:00"
}, },
{ {
"Manifests": 327, "Manifests": 327,
@ -1365,13 +1400,13 @@
"Manifests": 127, "Manifests": 127,
"Name": "nonportable", "Name": "nonportable",
"Source": "https://github.com/ScoopInstaller/Nonportable", "Source": "https://github.com/ScoopInstaller/Nonportable",
"Updated": "2024-02-14T16:28:30-04:00" "Updated": "2024-02-15T16:28:41-04:00"
}, },
{ {
"Manifests": 436, "Manifests": 436,
"Name": "versions", "Name": "versions",
"Source": "https://github.com/ScoopInstaller/Versions", "Source": "https://github.com/ScoopInstaller/Versions",
"Updated": "2024-02-15T00:31:37-04:00" "Updated": "2024-02-15T16:26:49-04:00"
}, },
{ {
"Manifests": 68, "Manifests": 68,