Skip to content

Instantly share code, notes, and snippets.

View TD99's full-sized avatar
💾

Tim TD99

💾
View GitHub Profile
@TD99
TD99 / windows-software.md
Last active July 8, 2025 17:20
Windows Software

🖥️ Terminal Software

Windows Terminal

A modern, high-performance terminal for Windows. Supports multiple tabs, split panes, GPU-accelerated rendering, Unicode/UTF‑8, and seamless integration with PowerShell, Command Prompt, WSL, and Azure Cloud Shell. Fully themeable and profile-driven.

@TD99
TD99 / workspace.xml
Last active May 2, 2025 11:28
IntelliJ AI Configuration
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AIAssistantCustomInstructionsStorage">
<option name="instructions">
<map>
<entry key="AIAssistant.VCS.GenerateCommitMessage">
<value>
<AIAssistantStoredInstruction>
<option name="actionId" value="AIAssistant.VCS.GenerateCommitMessage" />
<option name="content" value="Only write details if it's necessary. Avoid overly verbose descriptions or unnecessary details. Keep message as short as possible. Answer only in English (exception: Words that can't/shouldn't be translated). Use Conventional Commit format. Only answer in commit messages. Don't put quotes around the entire commit message." />
@TD99
TD99 / favorite-intellij-plugins.md
Last active February 25, 2025 17:41
Favorite IntelliJ Plugins

.env files

Features

  • Environment variables completion based on .env, Dockerfile, and docker-compose.yml files.
  • Go to declaration (in .env file) and usages (in code) using Ctrl(Cmd)+click or hotkey (Ctrl(Cmd)-B, etc.).
  • .env file syntax highlighter.

Download Link

https://plugins.jetbrains.com/plugin/9525--env-files

.ignore