This file contains 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
<# | |
.SYNOPSIS | |
Installs the provided fonts. | |
.DESCRIPTION | |
Installs all the provided fonts by default. The FontName | |
parameter can be used to pick a subset of fonts to install. | |
.EXAMPLE | |
C:\PS> ./install_fonts.ps1 | |
Installs all the fonts located in the Git repository. | |
.EXAMPLE |
This file contains 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
# https://github.com/dvorka/hstr | |
# Installation: | |
$ sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hstr && hstr --show-configuration >> ~/.zshrc && source ~/.zshrc | |
# Usage: | |
$ hh | |
# Documentation: | |
$ man hstr |