Skip to content

Instantly share code, notes, and snippets.

View photonbit's full-sized avatar
🐈
Meow!

Daniel Moreno photonbit

🐈
Meow!
View GitHub Profile
@photonbit
photonbit / keybase.md
Created March 29, 2022 17:23
keybase.md

Keybase proof

I hereby claim:

  • I am photonbit on github.
  • I am boo_tesselo (https://keybase.io/boo_tesselo) on keybase.
  • I have a public key ASB257xmEcA0dIY82xOCM9GRXgeszUEoXoRtUNZ9wqzhOQo

To claim this, I am signing this object:

boo_tesselo

Keybase proof

I hereby claim:

  • I am photonbit on github.
  • I am boo_tesselo (https://keybase.io/boo_tesselo) on keybase.
  • I have a public key ASB257xmEcA0dIY82xOCM9GRXgeszUEoXoRtUNZ9wqzhOQo

To claim this, I am signing this object:

@photonbit
photonbit / install_cheat.sh
Created November 16, 2021 12:10
Cheat sheet
mkdir -p "$HOME/bin"
curl https://cht.sh/:cht.sh > "$HOME/bin/cht.sh"
chmod +x "$HOME/bin/cht.sh"
curl https://cheat.sh/:bash_completion > "$HOME/.cheat.completion"
echo 'source $HOME/.cheat.completion' >> "$HOME/.bashrc"
grep "HOME/bin" .bashrc > /dev/null || grep "$(whoami)/bin" .bashrc > /dev/null || echo 'PATH=$PATH:$HOME/bin' >> .bashrc