This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class EchoSd < Formula | |
| desc "Echo 'sudden death' message" | |
| homepage "https://fumiyas.github.io/2013/12/25/echo-sd.sh-advent-calendar.html" | |
| url "https://raw.githubusercontent.com/fumiyas/home-commands/master/echo-sd" | |
| sha256 "42f333ec81642f3b6a3a5fb59ab35f526dd7c86b77cdb8a420ba73eaf3846652" | |
| def install | |
| bin.install "echo-sd" | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| function update_it() { | |
| local tool_path="$1" | |
| local target="$2" | |
| pushd "$tool_path" &> /dev/null | |
| [ ! -e .git ] && echo " x [Warning] $target is not git repository" && popd &> /dev/null && return 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| File "<stdin>", line 3 | |
| print '\n'.join(styles) | |
| ^ | |
| SyntaxError: invalid syntax |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Keymap": { | |
| "C-j": "peco.SelectPrevious", | |
| "C-k": "peco.SelectNext", | |
| "C-c": "peco.Cancel", | |
| "C-j": "peco.SelectDown", | |
| "C-k": "peco.SelectUp", | |
| "C-f": "peco.ScrollPageDown", | |
| "C-b": "peco.ScrollPageUp" | |
| } |
NewerOlder