Skip to content

Instantly share code, notes, and snippets.

View carlosvillademor's full-sized avatar

Carlos Fernandez Garcia carlosvillademor

  • Getafe, Madrid, España
View GitHub Profile
#Tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
#Oh my ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
@carlosvillademor
carlosvillademor / .tmux.conf
Last active June 9, 2020 11:12
Tmux configuration file
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
@carlosvillademor
carlosvillademor / brew-install-command
Last active October 3, 2025 08:52
Brew install command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install chruby docker docker-compose gh git gnupg htop jenv jq libuv mosh nvm openssh postman pyenv redis ruby-install thefuck tmux tmuxinator travis wget yarn zsh helm kubectl kubelogin minikube
brew install --cask dbeaver-community
@carlosvillademor
carlosvillademor / .zshrc
Last active October 11, 2024 14:04
ZSH config
# Uses oh-my-zsh, see https://ohmyz.sh/
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
# 6. Networking
# 7. System Operations & Information
@carlosvillademor
carlosvillademor / most-used-applications
Last active June 3, 2020 22:18
Most Used Applications
Apple Store
* Slack
* Alfred
* Xcode
* FileZilla
Web Browsers
* Google Chrome
* Opera
* Brave Browser
* Firefox
[user]
name = Carlos Fernandez Garcia
email = carlos.villademor@gmail.com
[alias]
commitsNotPushed = log --branches --not --remotes
commitsNotPulledFromMaster = log HEAD..origin/master
diffWithNotPulledCommitsFromMaster = diff origin/master..HEAD
mergedBranches = branch --merged
mergedRemoteBranches = branch -r --merged
notMergedBranches = branch --no-merged