Skip to content

Instantly share code, notes, and snippets.

View vegadodo's full-sized avatar

Jaehee Hong vegadodo

View GitHub Profile
@vegadodo
vegadodo / sign-existing-commits-and-tags.md
Created November 26, 2020 05:46
How to sign existing commits and tags, starting from certain commit (for PRIVATE repo)

How to sign existing commits and tags, starting from certain commit (for PRIVATE repo)

Author

Vegadodo (@vegadodo)

DISCLAIMER

This might seriously fuck up repo history, so use at your own risk. Also, this might have some unintended side effects.

@derhuerst
derhuerst / intro.md
Last active July 19, 2024 05:46
Installing the Z Shell (zsh) on Linux, Mac OS X and Windows

Installing zsh – the easy way

The Z shell (zsh) is a Unix shell [...]. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.

Z shell – Wikipedia

Read more about ZSH at An Introduction to the Z Shell.

Choose one of the following options.