Skip to content

Instantly share code, notes, and snippets.

Avatar

Jake Harris jahsome

View GitHub Profile
View .tridactylrc
# https://github.com/tridactyl/tridactyl/blob/master/.tridactylrc
set colors https://raw.githubusercontent.com/bezmi/base16-tridactyl/master/base16-bespin.css
set hintfiltermode vimperator-reflow
set hintnames numeric
# hints for google results
bindurl www.google.com f hint -Jc #search div:not(.action-menu) > a
bindurl news.ycombinatior.com f hint -c .titlelink > a
@jahsome
jahsome / zellij.yml
Last active May 2, 2021 05:28
Ansible playbook: install zellij
View zellij.yml
---
- name: Check for zellij command
ansible.builtin.stat:
path: "{{ cmdr_bin_dir }}/zellij"
register: installed
- name: Get latest release
ansible.builtin.uri:
method: GET
return_content: yes
@jahsome
jahsome / install_mailhog_forge_recipe.sh
Created August 27, 2018 07:03
Install Mailhog with a Forge recipe
View install_mailhog_forge_recipe.sh
#run as root
apt-get install golang-go -yqq
mkdir gocode
export GOPATH=$HOME/gocode
go get github.com/mailhog/MailHog
go get github.com/mailhog/mhsendmail
cp /root/gocode/bin/MailHog /usr/local/bin/mailhog
cp /root/gocode/bin/mhsendmail /usr/local/bin/mhsendmail
View wordlist.txt
Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES;
acrobat africa alaska albert albino album
alcohol alex alpha amadeus amanda amazon
america analog animal antenna antonio apollo
april aroma artist aspirin athlete atlas
banana bandit banjo bikini bingo bonus
camera canada carbon casino catalog cinema
citizen cobra comet compact complex context
credit critic crystal culture david delta
dialog diploma doctor domino dragon drama
@jahsome
jahsome / fileName
Created December 12, 2014 07:57
created with LaravelDBDesigner
View fileName
[{"name":"books","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":true,"visible":false,"hidden":false,"colid":"c117","order":0},{"name":"title","type":"string","length":"120","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":true,"fillable":true,"guarded":false,"visible":false,"hidden":false,"colid":"c136","order":1},{"name":"isbn","type":"string","length":"13","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c153","order":2},{"name":"published_date","type":"date","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":true,"guarded":false,"visible":true,"hid
@jahsome
jahsome / fileName
Created December 12, 2014 07:57
created with LaravelDBDesigner
View fileName
[{"name":"books","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"id","type":"increments","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":true,"visible":false,"hidden":false,"colid":"c117","order":0},{"name":"title","type":"string","length":"120","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":true,"fillable":true,"guarded":false,"visible":false,"hidden":false,"colid":"c136","order":1},{"name":"isbn","type":"string","length":"13","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c153","order":2},{"name":"published_date","type":"date","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":true,"guarded":false,"visible":true,"hid
View gist:8cdca02c63eedf92f99b
▶ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.