Skip to content

Instantly share code, notes, and snippets.

@bruwozniak
bruwozniak / keybase.md
Created March 29, 2017 20:06
keybase.md

Keybase proof

I hereby claim:

  • I am bruwozniak on github.
  • I am bruwozniak (https://keybase.io/bruwozniak) on keybase.
  • I have a public key ASDvscrZIqvCNeKZpqEsOLsd9vgaqyONtUEre3I5hrCNZwo

To claim this, I am signing this object:

@bruwozniak
bruwozniak / install_fish_debian.sh
Created March 23, 2017 17:06 — forked from mamiu/install_fish_debian.sh
Install fish shell in Debian 8 (commands from the original fish shell website).
#!/bin/bash
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/2/Debian_8.0/ /' >> /etc/apt/sources.list.d/fish.list
apt-get update
wget -qO - http://download.opensuse.org/repositories/shells:fish:release:2/Debian_8.0/Release.key | apt-key add -
apt-get update
apt-get install -y fish