This file contains 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
{ | |
/* | |
EXTENSIONS | |
patbenatar.advanced-new-file | |
formulahendry.auto-rename-tag | |
coenraads.bracket-pair-colorizer-2 | |
softwaredotcom.swdc-vscode | |
naumovs.color-highlight | |
dracula-theme.theme-dracula |
This file contains 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
// 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", |
This file contains 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
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 |
This file contains 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
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 "['']" |