Skip to content

Instantly share code, notes, and snippets.

View ImMyst's full-sized avatar
👋

Titouan. G / ImMyst ImMyst

👋
View GitHub Profile
@ImMyst
ImMyst / My VSCode Settings
Last active June 16, 2025 21:08
VSCode Settings
{
// Themes
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.preferredDarkColorTheme": "One Dark Pro",
"workbench.iconTheme": "vscode-icons",
// Fonts
"editor.fontFamily": "Fira Code Retina",
"scm.inputFontFamily": "Fira Code Retina",
@ImMyst
ImMyst / .zshrc
Last active June 16, 2025 21:12
My .zshrc config
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Set user
DEFAULT_USER="titou"