Skip to content

Instantly share code, notes, and snippets.

View davegomez's full-sized avatar
🏠
Working from home

David Gomez davegomez

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am davegomez on github.
  • I am davidgomez (https://keybase.io/davidgomez) on keybase.
  • I have a public key ASCeupydZ7d6fX-69X1qfwiZ0h4RuMP1rUvJlirvdmbklQo

To claim this, I am signing this object:

@davegomez
davegomez / settings.json
Created March 18, 2020 17:03
VS Code Settings
{
"css.validate": false,
"editor.fontLigatures": true,
"editor.fontFamily": "'Operator Mono Lig'",
"editor.fontSize": 14,
"editor.formatOnType": false,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "boundary",
"editor.rulers": [
@davegomez
davegomez / vs-code-extensions.txt
Created March 18, 2020 17:11
VS Code Extensions
activefileinstatusbar
vscode-theme-onelight
vscode-theme-onelight
project-manager
svelte-intellisense
change-color-format
unique-lines
color-info
vscode-styled-jsx
vscode-intelephense-client
@davegomez
davegomez / alacritty.yml
Last active January 23, 2022 12:19
Alacritty Conf
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
@davegomez
davegomez / config.yaml
Last active January 20, 2022 16:48
Zellij Conf
---
# Configuration for zellij.
# In order to troubleshoot your configuration try using the following command:
# `zellij setup --check`
# It should show current config locations and features that are enabled.
keybinds:
unbind: true
normal:
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
@davegomez
davegomez / .tmux.conf
Created February 15, 2022 15:19
Tmux Configuration
## ENVIRONMENT
##############
# Enable mouse
setw -g mouse on
# Reload tmux config
bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"
# Remove timeout for escape key