sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| <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"> |
| <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> |
| { | |
| "toggles": [ | |
| { | |
| "name": "myToggle", | |
| "type": "release", | |
| "value": false | |
| } | |
| ] | |
| } |
| # 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 |
People
: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: |