Skip to content

Instantly share code, notes, and snippets.

View pabloagn's full-sized avatar
♦️
Coding

Pablo Aguirre pabloagn

♦️
Coding
View GitHub Profile
@pabloagn
pabloagn / 01_about.md
Last active June 17, 2023 17:57
User-wide settings for VS Code, Windows Terminal, WSL2 & Notepad++.

User-wide settings for VS Code, Windows Terminal & more

Table of Contents

Gist Original File Name Path
vscode-settings.json settings.json C:\Users\pablo\AppData\Roaming\Code\User
vscode-keybindings.json keybindings.json C:\Users\pablo\AppData\Roaming\Code\User
windows-terminal-settings.json settings.json C:\Users\pablo\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
p10k.zsh .p10k.zsh \\wsl.localhost\Ubuntu\home\pabloagnck\.config\zsh
zshrc .zshrc \\wsl.localhost\Ubuntu\home\pabloagnck\.config\zsh
@pabloagn
pabloagn / centered-buttons-in-markdown.md
Last active April 10, 2023 02:42
HTML providing inline centered buttons and images for use in Markdown.
Code
<div id="images">
    <p style="text-align:center;">
    <a href="https://pabloagn.com/about">
    <img src="https://img.shields.io/badge/About-f2f2f2?style=for-the-badge"/></a>&nbsp&nbsp
    <a href="https://pabloagn.com/contact">
    <img src="https://img.shields.io/badge/Contact-f2f2f2?style=for-the-badge"/></a>
</div>