Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

mschez/fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish: Config

This project add some fish features and configurations

Usage

For usage fish I recommend use iterm2. iTerm2 is a replacement for Terminal licensed under GPL v2.

  • Install fish shell

     brew install fish
    
  • Type in your terminal

     mkdir ~/.config
     cd ~/.config
    
  • Clone fish

     git clone https://github.com/mschez/fish.git
    

Now we set fish like as default shell on mac:

  • Add /usr/local/bin/fish in /etc/shell

     sudo vim /etc/shell
    

    Should be:

     # List of acceptable shells 	for chpass(1).
     # Ftpd will not allow users to 	connect who are not 	using
     # one of these shells.
    
     /bin/bash
     /bin/csh
     /bin/ksh
     /bin/sh
     /bin/tcsh
     /bin/zsh
     /usr/local/bin/fish
    
  • Type

     chsh -s /usr/local/bin/fish
    
  • Finally restart you terminal

Configuration

You can configurate fish for your shell user. In users folder (now, there are two example users, you can delete it), you can add an file with your shell username.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages