Skip to content

Commit 4e1538b

Browse files
committed
2 parents eb6550d + 55af7d5 commit 4e1538b

File tree

5 files changed

+61
-18
lines changed

5 files changed

+61
-18
lines changed

content/notes/install-windows-11-ltsc.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

content/notes/install-winget-on-windows-11-ltsc.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ aliases:
55
tags:
66
- note
77
- winget
8+
- windows-11-ltsc
89
draft: false
910
created: 2025-12-31T16:30
10-
updated: 2026-01-02T14:00
11+
updated: 2026-01-01T14:36
1112
---
1213
This guide provides step-by-step instructions for installing the Windows Package Manager (WinGet) on Windows 11 LTSC.
1314

14-
***
15+
---
1516

1617
### Requirements
1718

@@ -21,9 +22,9 @@ Before you begin, ensure you have the following:
2122
* **Permissions:** Administrator privileges
2223
* **Connectivity:** An active internet connection
2324

24-
***
25+
---
2526

26-
### Manual Installation from the Microsoft `winget-cli` Repository
27+
### Manual Installation from the Microsoft `winget-cli`
2728

2829
This method involves directly downloading and installing the necessary files from the official WinGet repository on GitHub.
2930

@@ -32,7 +33,7 @@ This method involves directly downloading and installing the necessary files fro
3233
Navigate to the [winget-cli GitHub releases page](https://github.com/microsoft/winget-cli/releases) and download the following files:
3334

3435
* `DesktopAppInstaller_Dependencies.zip`
35-
* A file ending in `_License1.xml`
36+
* A file ending in `*_License1.xml`
3637
* `Microsoft.DesktopAppInstaller_*.msixbundle`
3738

3839
#### 2. Extract and Organize Dependencies
@@ -66,7 +67,7 @@ Add-AppxProvisionedPackage -Online -PackagePath Microsoft.DesktopAppInstaller_*.
6667

6768
#### 5. Verify the Installation
6869

69-
To confirm that WinGet has been installed correctly, open a **new** Command Prompt or PowerShell window and run the following command:
70+
To confirm that WinGet has been installed correctly, open a new Command Prompt or PowerShell window and run the following command:
7071

7172
```powershell
7273
winget --version

content/notes/simple-jj-workflow-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- git
99
draft: false
1010
created: 2025-10-12T16:27
11-
updated: 2025-12-31T17:24
11+
updated: 2026-01-03T11:08
1212
---
1313
A minimal guide for using JJ (Jujutsu) with Git repositories in colocated mode.
1414

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Windows 11 LTSC Development Setup
3+
description:
4+
aliases:
5+
tags:
6+
- note
7+
- windows-11-ltsc
8+
draft: true
9+
created: 2025-12-31T20:27
10+
updated: 2026-01-03T10:54
11+
---
12+
This guide provides the step-by-step instructions for creating a bloat free development environment on Windows 11 LTSC.

content/robots.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# OpenAI, ChatGPT
2+
# https://platform.openai.com/docs/gptbot
3+
User-agent: GPTBot
4+
Disallow: /
5+
6+
# Google AI (Bard, etc)
7+
# https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
8+
User-agent: Google-Extended
9+
Disallow: /
10+
11+
# Block common crawl
12+
# I have mixed feelings on this one, but many models are trained on this data
13+
# It is also used to bootstrap new search indices though
14+
# https://commoncrawl.org/ccbot
15+
User-agent: CCBot
16+
Disallow: /
17+
18+
# Facebook
19+
# https://developers.facebook.com/docs/sharing/bot/
20+
User-agent: FacebookBot
21+
Disallow: /
22+
23+
# Cohere.ai
24+
# https://darkvisitors.com/agents/cohere-ai
25+
User-agent: cohere-ai
26+
Disallow: /
27+
28+
# Perplexity
29+
# https://docs.perplexity.ai/docs/perplexitybot
30+
User-agent: PerplexityBot
31+
Disallow: /
32+
33+
# Anthropic
34+
# https://darkvisitors.com/agents/anthropic-ai
35+
User-agent: anthropic-ai
36+
Disallow: /
37+
38+
# Anthropic
39+
# https://darkvisitors.com/agents/claudebot
40+
User-agent: ClaudeBot
41+
Disallow: /

0 commit comments

Comments
 (0)