Skip to content

Instantly share code, notes, and snippets.

View tomasflopes's full-sized avatar

Tomás Lopes tomasflopes

View GitHub Profile
# Path to your oh-my-zsh installation.
export ZSH="/home/kappa-laptop/.oh-my-zsh"
alias "emulator"="/home/kappa-laptop/Android/Sdk/emulator/emulator"
alias "edge"="microsoft-edge"
alias "c."="code ."
alias "nv"="nvim"
alias "rb"="shutdown -r 0"
alias "sd"="shutdown 0"
alias "n"="nautilus"
SPACESHIP_PROMPT_ORDER=(
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_status)
exec_time # Execution time
line_sep # Line break
vi_mode # Vi-mode indicator
jobs # Background jobs indicator
clear
unbindall
echo "+=====================================================+"
echo "| NUM | | * | - |"
echo "| LOCK | / | MOLOTOV | fiveseven |"
echo "| | | | tec9 |"
echo "|-------------|-------------|-------------|-----------|"
echo "| 7 | 8 | 9 | + |"
echo "| HE | FLASHBANG | SMOKE | |"
@tomasflopes
tomasflopes / settings.json
Last active May 9, 2023 10:57
VSCode Settings
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"explorer.confirmDragAndDrop": false,
"editor.renderWhitespace": "none",
"window.menuBarVisibility": "hidden",
"window.titleBarStyle": "native",
"editor.quickSuggestions": {
"other": true,
"comments": true,
[
{
"key": "ctrl+shift+7",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+[Semicolon]",
"command": "workbench.action.terminal.toggleTerminal"
},
@tomasflopes
tomasflopes / cloudSettings
Last active March 15, 2020 19:08
Settings
{"lastUpload":"2020-03-15T19:08:55.258Z","extensionVersion":"v3.4.3"}