Skip to content

Instantly share code, notes, and snippets.

View rdennler's full-sized avatar

Ryan Dennler rdennler

  • Centro
  • San José, Costa Rica
View GitHub Profile
@rdennler
rdennler / zsh-installation-wplib
Created February 18, 2017 20:20
Shell installation of Zsh and theme setup on WPLib Vagrant deployment
# ZSH Installation
# Install git and zsh prerequisites
config.vm.provision :shell, inline: "apt-get -y install git"
config.vm.provision :shell, inline: "apt-get -y install zsh"
# Clone Oh My Zsh from the git repo
config.vm.provision :shell, privileged: false,
inline: "git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh"
@rdennler
rdennler / untrusted-lvl2-solution.js
Created March 4, 2017 04:57
untrusted-lvl2-solution
/********************
* theLongWayOut.js *
********************
*
* Well, it looks like they're on to us. The path isn't as
* clear as I thought it'd be. But no matter - four clever
* characters should be enough to erase all their tricks.
*/
function startLevel(map) {
@rdennler
rdennler / actionlist.vim
Created May 23, 2022 16:52 — forked from zchee/actionlist.vim
IdeaVim actionlist
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb <A-S-G>
$SelectAll <M-A>
$Undo <M-Z>
@rdennler
rdennler / fzf-config.fish
Created June 12, 2022 06:54 — forked from max-sixty/fzf-config.fish
Fish fzf settings & functions
## FZF settings & functions for fish; collected with attribution and modified.
# These rely on `git lg`; from git's config:
# lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
# They also rely on the following being installed:
# - bat
# - choose
# - delta
# - exa
# - fd