Skip to content

Instantly share code, notes, and snippets.

View dyhalmeida's full-sized avatar
restarting...

Diego Almeida dyhalmeida

restarting...
  • Camaçari - BA, Brasil
  • 09:12 (UTC -03:00)
  • LinkedIn in/dyhalmeida
View GitHub Profile
@dyhalmeida
dyhalmeida / assinatura-de-email-v3.html
Last active August 3, 2025 00:15
Assinatura de e-mail v3
<table cellpadding="0" cellspacing="0" border="0" width="520"
style="font-family: Arial, sans-serif; border-collapse: collapse;">
<tr>
<td colspan="3" style="font-size: 14px; color: #333333; padding-bottom: 8px;">
Atenciosamente,
</td>
</tr>
<tr>
<!-- Logo -->
<td align="center" valign="middle" width="220">

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@dyhalmeida
dyhalmeida / assinatura-email.html
Last active February 19, 2025 18:15
Assinatura de e-mail
<section style="display: flex; flex-direction: column; gap: 30px;">
<div style="display: flex; gap: 20px; align-items: center; justify-content: stretch; flex-wrap: wrap;">
<section style="display: flex; flex-direction: column; gap: 20px; max-width: 263px; width: 100%; padding: 8px;">
<div>
<p style="font-size: 10.5pt; font-family: Calibri, sans-serif; color: black;">Atenciosamente,</p>
<br>
<br>
</div>
<div style="display: flex; flex-direction: column; gap: 5px; font-family: 'Century Gothic',sans-serif; font-size: 14.6667px;">
<p style="color: #05703a; margin: 0;"><b>%COMPANY%</b></p>
@dyhalmeida
dyhalmeida / toggles.json
Created April 26, 2024 22:49
Example of toggles
{
"toggles": [
{
"name": "myToggle",
"type": "release",
"value": false
}
]
}
@dyhalmeida
dyhalmeida / .zshrc
Created April 11, 2024 18:55
zsh alias to install golang
# function alias
go_install(){
rm -rf /usr/local/go || { echo "Falha ao remover o diretório /usr/local/go"; return 1; }
tar -C /usr/local -xzf "$1" || { echo "Falha ao extrair o arquivo tar"; return 1; }
echo -n "Deseja atualizar o PATH para incluir /usr/local/go/bin? (y/n): "
read update_path
if [ "$update_path" = "y" ]; then
echo -e '\n\nexport PATH=$PATH:/usr/local/go/bin' >> ~/.zshrc
source ~/.zshrc
@dyhalmeida
dyhalmeida / gist:ab8b80d5e4278d7fa7fcc1180d03440d
Created August 8, 2020 00:00 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: