Skip to content

Instantly share code, notes, and snippets.

View janfilips's full-sized avatar
🏅
ETH Zürich - Academic Visitor

Jan Filips janfilips

🏅
ETH Zürich - Academic Visitor
  • 08:12 (UTC +03:00)
View GitHub Profile
@mamiu
mamiu / install_fish_debian.sh
Last active November 24, 2018 12:25
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