Skip to content

Instantly share code, notes, and snippets.

@FlatMapIO
Last active August 29, 2015 14:05
Show Gist options
  • Save FlatMapIO/5d61b67dd21b8a7c42b2 to your computer and use it in GitHub Desktop.
Save FlatMapIO/5d61b67dd21b8a7c42b2 to your computer and use it in GitHub Desktop.
install fish.md

Install

CentOS 6

sudo yum-config-manager --add-repo http://fishshell.com/files/linux/RedHat_RHEL-6/fish.release:2.repo
sudo yum install fish

Mac

brew install fish

Configure

curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
chsh -s /usr/local/bin/fish
sudo chsh -s /usr/local/bin/fish

Setting mac shell

Terminal > Window Settings > check "Use option key as meta key."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment