Skip to content

Instantly share code, notes, and snippets.

@osamu2001
Created March 19, 2015 05:50
Show Gist options
  • Save osamu2001/d7df0633cf0c98c01457 to your computer and use it in GitHub Desktop.
Save osamu2001/d7df0633cf0c98c01457 to your computer and use it in GitHub Desktop.
fish
from ubuntu:14.10
run apt-get -y install aptitude
run aptitude -y install software-properties-common
run sed -i s/archive.ubuntu.com/ftp.jaist.ac.jp/ /etc/apt/sources.list
run apt-add-repository -y ppa:fish-shell/release-2
run apt-get -y update
run apt-get -y install fish wget git
#run apt-get -y install emacs
run wget https://github.com/peco/peco/releases/download/v0.2.12/peco_linux_amd64.tar.gz
run tar zxvf peco_linux_amd64.tar.gz
run cp peco_linux_amd64/peco /usr/bin/
run mkdir -p /root/src/github.com/bpinto/oh-my-fish
add oh-my-fish /root/src/github.com/bpinto/oh-my-fish
add .config /root/.config
#add .emacs.d /root/.emacs.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment