Skip to content

Instantly share code, notes, and snippets.

View elulcao's full-sized avatar
:octocat:
A bug is never just a mistake...

Daniel Carvallo elulcao

:octocat:
A bug is never just a mistake...
View GitHub Profile
@elulcao
elulcao / brew_packages
Last active December 26, 2022 22:54
Favorite brew packages
# Brewfile
# Install Homebrew packages via `brew bundle --file brew_packages`
brew "azcopy"
brew "azure-cli"
brew "ca-certificates"
brew "cmake"
brew "cmatrix"
brew "commitizen"
brew "cracklib"
@elulcao
elulcao / .tmux.conf
Last active May 27, 2023 03:31
tmux.conf favorite config
# Initial setup
unbind C-b # remap prefix from 'C-b' to 'C-a'
set -g prefix C-Space
bind-key C-Space send-prefix
set -g mouse on # toggle mous
set -g mode-keys vi # Use Vi key bindings instead of emacs.
set -g status-keys vi
set -g base-index 1 # start window numbering at 1
@elulcao
elulcao / .htoprc
Created November 18, 2021 16:21
htoprc favorite configuration
# elulcao
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
# vim ~/.config/htop/htoprc
fields=50 0 48 17 18 38 39 40 2 46 47 49 1
sort_key=111
sort_direction=1
hide_threads=1
hide_kernel_threads=1