Skip to content

Instantly share code, notes, and snippets.

View henryvoorburg's full-sized avatar

henryvoorburg

View GitHub Profile
<!--
FVCproductions HTML Signature
for Mail Applications
Created September 3, 2014
-->
<style type="text/css">
a.link{margin:0;padding:0;border:none;text-decoration:none;}
</style>
@henryvoorburg
henryvoorburg / sampleREADME.md
Created June 18, 2020 04:10 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@henryvoorburg
henryvoorburg / this_is_terrible.md
Created May 20, 2020 00:04 — forked from squarism/this_is_terrible.md
Best Developer In The World

Probably Best Thing You Can Do Ever™

git init yolo
cd yolo

export PS1='$FG[032]%2~\
$(git_prompt_info) \
$(gyolo 2>&1 > /dev/null) \
$FG[105]%(!.#.&gt;)%{$reset_color%}'
@henryvoorburg
henryvoorburg / favorite_packages.txt
Created May 20, 2020 00:04 — forked from squarism/favorite_packages.txt
Favorite VSCode Packages
- Auto Close Tag
- Babel ES6/ES7
- Color Highlight
- elm
- ESLint
- Go
- indent-rainbow
- Nord
- Prettier
- vscode-icons
@henryvoorburg
henryvoorburg / system_replacements.md
Created May 20, 2020 00:03 — forked from squarism/system_replacements.md
Modern system utility replacements (Go / Rust or even just something new)

Interesting and Modern CLI Tools

The absolute requirement is that these must be binaries that could go into /usr/bin one day. No python, ruby or js stuff. Not that dynamic languages are bad/evil, but I think system utilities should be binaries. I also think it's interesting that people are writing replacements in Go/Rust/Other that rethink some unix legacy. Replacement doesn't mean better in all cases. I just think it's an interesting time but also a good measure of what these compiled languages can handle/tackle/address. Will we see larger and more impressive CLIs? Or will the feature sets be about the same but the quality/stability/safety be better?

It's going to be reductive to explain some of these tools in one line.

  • exa - ls replacement
  • caddy - HTTP server (better than python -m SimpleHTTPServer)
@henryvoorburg
henryvoorburg / iterm2.md
Created May 19, 2020 23:48 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)