Skip to content

Instantly share code, notes, and snippets.

View rnqs's full-sized avatar
:electron:

Renan Arques rnqs

:electron:
View GitHub Profile
@rnqs
rnqs / settings.json
Last active December 7, 2022 13:02
VS Code config
{
"window.title": "${activeEditorShort}",
"workbench.colorTheme": "Dark Palenight",
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "fluent-icons",
"workbench.sideBar.location": "right",
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"statusBar.debuggingBackground": "#75bfff44",
@rnqs
rnqs / .zshrc
Last active July 12, 2022 17:00
Zsh config
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && . "$HOME/.fig/shell/zshrc.pre.zsh"
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi