Skip to content

Instantly share code, notes, and snippets.

View sobrinth's full-sized avatar

Dominik Baumann sobrinth

View GitHub Profile
@sobrinth
sobrinth / 1152to1161.xml
Last active June 26, 2020 19:50
1.15.2 -> 1.16.1 migration mappings for intellij
<?xml version="1.0" encoding="UTF-8"?>
<migrationMap>
<name value="1.15.2 to 1.16.1"/>
<description value="1.15.2 to 1.16.1 MCPConfig changes"/>
<entry oldName="net.minecraft.entity.item.minecart.MinecartCommandBlockEntity" newName="net.minecraft.entity.item.minecart.CommandBlockMinecartEntity" type="class" />
<entry oldName="net.minecraft.util.math.Matrix3f" newName="net.minecraft.util.math.vector.Matrix3f" type="class" />
<entry oldName="net.minecraft.util.math.Matrix4f" newName="net.minecraft.util.math.vector.Matrix4f" type="class" />
<entry oldName="net.minecraft.util.math.Vector3f" newName="net.minecraft.util.math.vector.Vector3f" type="class" />
<entry oldName="net.minecraft.util.math.Vector4f" newName="net.minecraft.util.math.vector.Vector4f" type="class" />
<entry oldName="net.minecraft.util.math.Vec2f" newName="net.minecraft.util.math.vector.Vector2f" type="class" />
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons
Import-Module z
@sobrinth
sobrinth / powerline.json
Created July 19, 2022 07:36
ohmyposhv3 config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ff479c",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
@sobrinth
sobrinth / setupmachine.bat
Last active July 19, 2023 07:02
WinGet Commands for System Setup
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=JetBrains.Toolbox -e
winget install --id=Mozilla.Firefox.DeveloperEdition -e
winget install --id=Google.Chrome -e
winget install --id=Microsoft.VisualStudioCode -e
winget install --id=7zip.7zip -e
winget install --id=WinSCP.WinSCP -e
winget install --id=Valve.Steam -e
winget install --id=ElectronicArts.EADesktop -e
winget install --id=EpicGames.EpicGamesLauncher -e