Skip to content

Instantly share code, notes, and snippets.

View robe007's full-sized avatar
🌴
Focusing 🔥🚀(●'◡'●)

robe007

🌴
Focusing 🔥🚀(●'◡'●)
View GitHub Profile
@robe007
robe007 / gist:ced7725b7ebb2f3ec2fc9e81d1e84dc4
Created July 10, 2020 16:26
Install HSTR (HH) in Ubuntu 20.04 with ZSH
# 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
@robe007
robe007 / install_fonts.ps1
Created November 30, 2020 16:48
Install a list of fonts automatically in Windows
<#
.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