Skip to content

Instantly share code, notes, and snippets.

View henriqgoncalvs's full-sized avatar
😎

henrique henriqgoncalvs

😎
View GitHub Profile
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "['']"
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right "['']"
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-left "['']"
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-right "['']"
@henriqgoncalvs
henriqgoncalvs / .zshrc
Last active February 19, 2022 23:34
ZSH Configuration
export ZSH="/home/henrique/.oh-my-zsh"
COLOR_SCHEME=dark
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git ssh-agent bgnotify)
source $ZSH/oh-my-zsh.sh
# PowerLevel Config
@henriqgoncalvs
henriqgoncalvs / keybindings.json
Created May 23, 2021 13:25
VSCode Keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+[Quote]",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal",
@henriqgoncalvs
henriqgoncalvs / settings.json
Last active May 23, 2021 13:24
VS Code Settings
{
/*
EXTENSIONS
patbenatar.advanced-new-file
formulahendry.auto-rename-tag
coenraads.bracket-pair-colorizer-2
softwaredotcom.swdc-vscode
naumovs.color-highlight
dracula-theme.theme-dracula