Skip to content

Instantly share code, notes, and snippets.

View lohhans's full-sized avatar
:octocat:
Slapping the keyboard until something good happens.

Armstrong Lohãns lohhans

:octocat:
Slapping the keyboard until something good happens.
View GitHub Profile
@lohhans
lohhans / .gitignore
Created August 25, 2022 06:05
.gitignore file for LaTeX projects on Mac (works with any OS)
# MacOS files
.DS_Store
# PDF output - usually a bad idea to keep this in Git
*.pdf
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
@lohhans
lohhans / git-update-fork.sh
Last active August 25, 2022 06:02 — forked from rdeavila/git-update-fork.sh
Git: como atualizar um fork com as mudanças do original?
#!/bin/bash
# Adicione um novo remote; pode chamá-lo de "upstream":
git remote add upstream https://github.com/usuario/projeto.git
# Obtenha todos os branches deste novo remote,
# como o upstream/main por exemplo:
git fetch upstream
@lohhans
lohhans / Conky RED.txt
Last active October 3, 2022 19:14
Conky RED - Predator Helios 300
1- Descompactar a pasta e dar permissões no arquivo de start e stop:
chmod +x start.sh
chmod +x stop.sh
2- Para iniciar:
./start
3- Para parar:
@lohhans
lohhans / README-PTBR.md
Last active May 4, 2024 01:32 — forked from PurpleBooth/README-Template.md
Um modelo para fazer um bom README.md

Título do projeto

Um parágrafo da descrição do projeto vai aqui

🚀 Começando

Essas instruções permitirão que você obtenha uma cópia do projeto em operação na sua máquina local para fins de desenvolvimento e teste.

Consulte Implantação para saber como implantar o projeto.