-
-
Save ghadesi/8d1573af7b79c20c5b4c to your computer and use it in GitHub Desktop.
Revisions
-
dakull revised this gist
Oct 3, 2013 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,11 +21,12 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat ## OSX users can have fun too 1. Make sure you have HomeBrew [3] installed via: `brew -v` 2. Install cowsay [0] via : `brew install cowsay` 3. Install fortune [1] via : `brew install fortune` 4. Make sure you have Ruby installed via : `ruby -v` 5. Install the lolcat [2] via : gem `gem install lolcat` 6. Profit! - [3] - http://brew.sh - via - https://gist.github.com/cvrabie -
dakull revised this gist
Oct 3, 2013 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,4 +17,15 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix) - [2] - http://github.com/busyloop/lolcat  ## OSX users can have fun too 1. Make sure you have [HomeBrew](http://brew.sh/) installed via: `brew -v` 2. Install cowsay [0] via : `brew install cowsay` 3. Install fortune [1] via : `brew install fortune` 4. Make sure you have Ruby installed via : `ruby -v` 5. Install the lolcat [2] via : gem `gem install lolcat` 6. Profit! [via](https://gist.github.com/cvrabie) -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ How to have some fun using the terminal. 1. Install cowsay [0] via : `sudo apt-get install cowsay` 2. Install fortune [1] via : `sudo apt-get install fortune` 3. Make sure you have Ruby installed via : `ruby -v` 4. Install the lolcat [2] via : gem `gem install lolcat` 5. Profit! ```shell -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,10 +2,10 @@ How to have some fun using the terminal. 1. Install cowsay [0] `sudo apt-get install cowsay` 2. Install fortune [1] `sudo apt-get install fortune` 3. Make sure you have Ruby installed `ruby -v` 4. Install the lolcat [2] gem `gem install lolcat` 5. Profit! ```shell -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ## Linux fun-o-matic How to have some fun using the terminal. @@ -19,3 +17,4 @@ $ git log -1 | cowsay -f dragon-and-cow | lolcat - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix) - [2] - http://github.com/busyloop/lolcat  -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@  ## Linux fun-o-matic -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ [img](https://raw.github.com/busyloop/lolcat/master/ass/screenshot.png) ## Linux fun-o-matic How to have some fun using the terminal. -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $ fortune | cowsay | lolcat $ git log -1 | cowsay -f dragon-and-cow | lolcat ``` - [0] - http://en.wikipedia.org/wiki/Cowsay - [1] - http://en.wikipedia.org/wiki/Fortune_(Unix) - [2] - http://github.com/busyloop/lolcat -
dakull revised this gist
Sep 18, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $ fortune | cowsay | lolcat $ git log -1 | cowsay -f dragon-and-cow | lolcat ``` [0] - http://en.wikipedia.org/wiki/Cowsay [1] - http://en.wikipedia.org/wiki/Fortune_(Unix) [2] - http://github.com/busyloop/lolcat -
dakull created this gist
Sep 18, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ ## Linux fun-o-matic How to have some fun using the terminal. 1. Install cowsay[0] `sudo apt-get install cowsay` 2. Install fortune[1] `sudo apt-get install fortune` 3. Make sure you have Ruby installed `ruby -v` 4. Install the lolcat[2] gem `gem install lolcat` 5. Profit! ```shell $ fortune | cowsay | lolcat $ git log -1 | cowsay -f dragon-and-cow | lolcat ``` [0] - http://en.wikipedia.org/wiki/Cowsay [1] - http://en.wikipedia.org/wiki/Fortune_(Unix) [2] - http://github.com/busyloop/lolcat