This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eyJjb2xsZWN0aW9uX25hbWUiOiJXb3dVcF9leHBvcnRfMTc0NzA3MjY0ODU4NCIsImNsaWVudF90eXBlIjoiUmV0YWlsIiwiYWRkb25zIjpbeyJpZCI6IjYxODE2OSIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBNeUNvb2xkb3ducyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDk3NjgxIn0seyJpZCI6IjQxMDI3NSIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBUaW1lVG9EaWUiLCJwcm92aWRlcl9uYW1lIjoiQ3Vyc2UiLCJ2ZXJzaW9uX2lkIjoiNjQ5NzcwOCJ9LHsiaWQiOiI5MTM3NiIsIm5hbWUiOiJDb25zb2xlUG9ydCIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDYyNTQ4In0seyJpZCI6IjQxMDI3MyIsIm5hbWUiOiJIZWFsQm90IFBsdWdpbiBUaHJlYXQiLCJwcm92aWRlcl9uYW1lIjoiQ3Vyc2UiLCJ2ZXJzaW9uX2lkIjoiNjQ5NzcwNiJ9LHsiaWQiOiI2OTI1NCIsIm5hbWUiOiJIZWtpbGkgUHJpb3JpdHkgSGVscGVyIiwicHJvdmlkZXJfbmFtZSI6IkN1cnNlIiwidmVyc2lvbl9pZCI6IjY0OTI5NDUifSx7ImlkIjoiMzcxMjc4IiwibmFtZSI6IkdhdGhlcmluZyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDkxODMzIn0seyJpZCI6IjY1Mzg3IiwibmFtZSI6IldlYWtBdXJhcyIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZlcnNpb25faWQiOiI2NDYzNDMwIn0seyJpZCI6IjE4ODA4IiwibmFtZSI6IlRvbVRvbSIsInByb3ZpZGVyX25hbWUiOiJDdXJzZSIsInZl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"emmet.syntaxProfiles" : { | |
"javascript" : "jsx" | |
}, | |
"workbench.startupEditor" : "newUntitledFile", | |
"editor.fontSize" : 16, | |
"javascript.suggest.autoImports" : true, | |
"javascript.updateImportsOnFileMove.enabled" : "always", | |
"editor.rulers" : [ | |
80, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreground #e1e1e6 | |
background #191622 | |
selection_foreground #44475a | |
selection_background #f8f8f2 | |
url_color #ffb86c | |
# black | |
color0 #000000 | |
color8 #4d4d4d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
NewerOlder