User Tools

Site Tools


linux:setup:fish

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:setup:fish [2019/09/18 10:52] Mattlinux:setup:fish [2019/09/21 09:04] (current) Matt
Line 1: Line 1:
-====== Fish Shell Config & Setup ======+====== Fish Shell======
  
-==== Install Fish ==== +===== Install Fish ===== 
-== Ubuntu / Debian ==+=== Ubuntu / Debian ===
 <code bash> <code bash>
 sudo apt-add-repository ppa:fish-shell/release-3 sudo apt-add-repository ppa:fish-shell/release-3
Line 8: Line 8:
 </code> </code>
  
-== Manjaro / Arch ==+=== Manjaro / Arch === 
 +<code bash> 
 +sudo pacman -S fish 
 +</code> 
 + 
 +===== Set as Default Shell ===== 
 +<code bash> 
 +usermod -s /usr/bin/fish USER_NAME_HERE 
 + 
 +# In fish 
 +chsh -s (which fish) 
 + 
 +# In bash 
 +chsh -s `which fish` 
 +</code> 
 + 
 +===== Remove Greeting ===== 
 +<code> 
 +function fish_greeting 
 +end 
 + 
 +funcsave fish_greeting 
 +</code> 
 + 
 +===== Install OMF (Oh My Fish) ===== 
 +<code bash> 
 +curl -L https://get.oh-my.fish | fish 
 +</code> 
 + 
 +===== Bob The Fish Theme ===== 
 +<code bash> 
 +omf install bobthefish 
 +</code> 
 + 
 +===== Configuration File =====
 WIP WIP
/app/www/public/data/attic/linux/setup/fish.1568821961.txt.gz · Last modified: 2019/09/18 10:52 by Matt