Skip to content

Instantly share code, notes, and snippets.

View ImMyst's full-sized avatar
👋

Titouan. G / ImMyst ImMyst

👋
View GitHub Profile
@ImMyst
ImMyst / .zshrc
Last active November 20, 2020 14:50
My .zshrc config
🟢 Zsh config, snippets and aliases
@ImMyst
ImMyst / My VSCode Settings
Last active March 29, 2024 23:18
VSCode Settings
{
// Themes
"workbench.colorTheme": "One Dark Pro Flat",
"workbench.iconTheme": "vscode-icons",
// Fonts
"editor.fontFamily": "Fira Code Retina",
"scm.inputFontFamily": "Fira Code Retina",
"terminal.integrated.fontFamily": "MesloLGS NF",
"chat.editor.fontFamily": "Fira Code Retina",
@ImMyst
ImMyst / .gitconfig
Created March 14, 2022 13:58
Git config and aliases
# This is Git's per-user configuration file.
[user]
name = ImMyst
email = titouan.galvani@yeap.ai
[github]
user = immyst
[color]
status = auto
diff = auto
branch = auto