Skip to content

Instantly share code, notes, and snippets.

View sidneyspe's full-sized avatar
🎯
Focusing

Sidney Pimentel sidneyspe

🎯
Focusing
  • Campina Grande - PB, Brasil
  • 01:45 (UTC -03:00)
  • LinkedIn in/sidneyspe
View GitHub Profile
@sidneyspe
sidneyspe / wowup.io
Last active May 12, 2025 17:57
Adddons WoW - WowUp.io CF
eyJjb2xsZWN0aW9uX25hbWUiOiJXb3dVcF9leHBvcnRfMTc0NzA3MjY0ODU4NCIsImNsaWVudF90eXBlIjoiUmV0YWlsIiwiYWRkb25zIjpbeyJpZCI6IjYxODE2OSIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBNeUNvb2xkb3ducyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDk3NjgxIn0seyJpZCI6IjQxMDI3NSIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBUaW1lVG9EaWUiLCJwcm92aWRlcl9uYW1lIjoiQ3Vyc2UiLCJ2ZXJzaW9uX2lkIjoiNjQ5NzcwOCJ9LHsiaWQiOiI5MTM3NiIsIm5hbWUiOiJDb25zb2xlUG9ydCIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDYyNTQ4In0seyJpZCI6IjQxMDI3MyIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBUaHJlYXQiLCJwcm92aWRlcl9uYW1lIjoiQ3Vyc2UiLCJ2ZXJzaW9uX2lkIjoiNjQ5NzcwNiJ9LHsiaWQiOiI2OTI1NCIsIm5hbWUiOiJIZWtpbGkgUHJpb3JpdHkgSGVscGVyIiwicHJvdmlkZXJfbmFtZSI6IkN1cnNlIiwidmVyc2lvbl9pZCI6IjY0OTI5NDUifSx7ImlkIjoiMzcxMjc4IiwibmFtZSI6IkdhdGhlcmluZyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDkxODMzIn0seyJpZCI6IjY1Mzg3IiwibmFtZSI6IldlYWtBdXJhcyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDYzNDMwIn0seyJpZCI6IjE4ODA4IiwibmFtZSI6IlRvbVRvbSIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZl
@sidneyspe
sidneyspe / vs-code-extensions
Last active April 27, 2023 21:30
Best extensions for vscode
Thog.vscode-asl
naumovs.color-highlight
VisualStudioExptTeam.vscodeintellicode
PKief.material-icon-theme
rocketseat.theme-omni
esbenp.prettier-vscode
adpyke.codesnap
clinyong.vscode-css-modules
EditorConfig.EditorConfig
emilast.LogFileHighlighter
@sidneyspe
sidneyspe / settings-vscode.js
Last active April 27, 2023 21:30
Settings VSCode
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,
@sidneyspe
sidneyspe / .zshrc
Created December 18, 2021 22:27
ZSH para macOS
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=~/Android/Sdk
export PATH="$PATH:$ANDROID_HOME/tools"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
# Path to your oh-my-zsh installation.
export ZSH="/Users/sidneyspe/.oh-my-zsh"
@sidneyspe
sidneyspe / choco.sh
Last active October 25, 2024 11:52
Chocolatey
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y nodejs-lts openjdk11 git python3 mingw winrar zoom teamviewer irfanview dbeaver mongodb-compass postman lsd flameshot sublimetext4 docker-cli vscode
@sidneyspe
sidneyspe / omni.conf
Created February 10, 2021 17:06
Omni theme for kitty terminal
foreground #e1e1e6
background #191622
selection_foreground #44475a
selection_background #f8f8f2
url_color #ffb86c
# black
color0 #000000
color8 #4d4d4d
@sidneyspe
sidneyspe / kitty.config
Last active May 12, 2022 13:06
Kitty configuration
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family Fira Code
# bold_font auto
@sidneyspe
sidneyspe / .zshrc
Last active September 29, 2023 18:44
.zshrc for Linux
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=~/Android/Sdk
export PATH="$PATH:$ANDROID_HOME/tools"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
# Path to your oh-my-zsh installation.
export ZSH="/home/sidneyspe/.oh-my-zsh"
@sidneyspe
sidneyspe / .hyper.js
Last active July 16, 2023 14:39
Hyper JS config for Linux
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@sidneyspe
sidneyspe / visualizador_de_fotos_antigo_windows.reg
Created September 23, 2020 17:59
Visualizador de fotos antigo do windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".tif"="PhotoViewer.FileAssoc.Tiff"
".tiff"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Tiff"
".gif"="PhotoViewer.FileAssoc.Tiff"
".jpeg"="PhotoViewer.FileAssoc.Tiff"
".jpg"="PhotoViewer.FileAssoc.Tiff"
".png"="PhotoViewer.FileAssoc.Tiff"