I hereby claim:
- I am sftom on github.
 - I am sftom (https://keybase.io/sftom) on keybase.
 - I have a public key ASCC4wW78o4U-jaUoC0yK125T9Mk1nnI3tu0OfEnQG5gdQo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
If you would like to give me SSH access to a machine, please append the content of sftom.pub to the ~/.ssh/authorized_keys file.
To send me encrypted files (attachments) by email, use the GPG Key 86ea29f7.asc.
You can verify the GPG keys at
| \begin{figure}[htb] | |
| \IBGEtab{ | |
| \caption{A boat.} | |
| \label{fig:boat1} | |
| }{ | |
| \includegraphics[width=0.90\textwidth]{boat.pdf} | |
| }{ | |
| \fonte{The Author.} | |
| } | |
| B | 
| \begin{figure}[htb] | |
| \caption{\label{fig:figure-name}Figure caption.} | |
| \begin{center} | |
| \includegraphics[width=0.5\textwidth]{images/figure-name.pdf} | |
| \end{center} | |
| \legend{Source: The Author.} | |
| \end{figure} | 
| <html> | |
| </html> | 
| # EditorConfig is awesome: https://EditorConfig.org | |
| # top-most EditorConfig file | |
| root = true | |
| # Unix-style newlines with a newline ending every file | |
| [*] | |
| end_of_line = lf | |
| insert_final_newline = true | 
| [user] | |
| name = Sergio Mendonca | |
| email = sftdom@gmail.com | |
| [core] | |
| excludesfile = ~/.gitignore | |
| pager = diff-so-fancy | less --tabs=1,5 -R | |
| editor = /usr/bin/vim | |
| [alias] | 
| #!/bin/zsh | |
| echo Time to install all apps at once! | |
| read -p "Press any key to continue... " -n1 -s | |
| echo '\n' | |
| echo Installing Homebrew... | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| echo Installing Oh My Zsh... | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |