Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dariogguillen's full-sized avatar

Dario Garcia Guillen dariogguillen

View GitHub Profile
@dariogguillen
dariogguillen / git-auto-sign-commits.sh
Created April 3, 2021 18:58 — forked from mort3za/git-auto-sign-commits.sh
Auto sign your git commits
# Generate a new pgp key: (better to use gpg2 instead of gpg in all below commands)
gpg --gen-key
# maybe you need some random work in your OS to generate a key. so run this command: `find ./* /home/username -type d | xargs grep some_random_string > /dev/null`
# check current keys:
gpg --list-secret-keys --keyid-format LONG
# See your gpg public key:
gpg --armor --export YOUR_KEY_ID
# YOUR_KEY_ID is the hash in front of `sec` in previous command. (for example sec 4096R/234FAA343232333 => key id is: 234FAA343232333)
@dariogguillen
dariogguillen / tmux-layout.md
Created November 12, 2020 02:24 — forked from emilsoman/tmux-layout.md
Easy tmux layouts for tmuxinator

Tmux layouts with tmuxinator

Finally this time, I'm sold on tmux after I used tmuxinator to configure tmux layouts. The default layout didn't work for me, I wanted more control on the split panes. Here's how you can fine tune your tmux layout:

  1. Add this to your ~/.tmux.conf -> set -g mouse-resize-pane on
  2. Start tmux, split panes, resize panes with mouse to your liking
  3. On your shell, run tmux list-windows to list active tmux windows and their layouts
  4. Copy paste the layout in tmuxinator project file
@dariogguillen
dariogguillen / keybase.md
Last active October 27, 2020 21:42
keybase

Keybase proof

I hereby claim:

  • I am dariogguillen on github.
  • I am dariogg (https://keybase.io/dariogg) on keybase.
  • I have a public key ASB8F0lFqoPe4UyAoaINzHsKnA6U4iabJehPzD7HMyjBBgo

To claim this, I am signing this object:

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->