Commit 4fba8743 authored by Bruno's avatar Bruno

Merge pull request #304 from bpinto/travis-badge

Adding travis badge
parents 51a4e4de 09e6da27
...@@ -6,4 +6,4 @@ env: ...@@ -6,4 +6,4 @@ env:
before_install: before_install:
- script/bootstrap.sh - script/bootstrap.sh
script: fish ./spec/spec.fish script: fish ./spec/oh-my-fish.spec.fish
# Oh My Fish! # Oh My Fish!
[![Build Status](https://travis-ci.org/bpinto/oh-my-fish.svg?branch=master)](https://travis-ci.org/bpinto/oh-my-fish)
### Why? ### Why?
Developing on a shell should be a pleasure. Our goal is to help developers that don't want to spend time configuring their own computer to spend time doing what they want. Developing on a shell should be a pleasure. Our goal is to help developers that don't want to spend time configuring their own computer to spend time doing what they want.
...@@ -76,12 +78,12 @@ Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate. ...@@ -76,12 +78,12 @@ Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
3. Start / restart fish (just open a new terminal) 3. Start / restart fish (just open a new terminal)
### Uninstall ## Uninstall
rm -rf ~/.oh-my-fish rm -rf ~/.oh-my-fish
### Oh My ZSH ## Oh My ZSH
This project is heavily inspired by [oh-my-zsh][oh-my-zsh] This project is heavily inspired by [oh-my-zsh][oh-my-zsh]
......
...@@ -3,4 +3,4 @@ ppa=ppa:fish-shell/${FISH_PPA:-nightly-master} ...@@ -3,4 +3,4 @@ ppa=ppa:fish-shell/${FISH_PPA:-nightly-master}
sudo add-apt-repository -y $ppa sudo add-apt-repository -y $ppa
sudo apt-get update sudo apt-get update
sudo apt-get -y install fish sudo apt-get -y install fish
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | FORK=bucaran fish curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment