An open API service indexing awesome lists of open source software.

https://github.com/undeadkernel/fish

Fish shell configuration
https://github.com/undeadkernel/fish

Last synced: 11 months ago
JSON representation

Fish shell configuration

Awesome Lists containing this project

README

          

#+TITLE: README

* Fish private module

** Installation

#+BEGIN_SRC shell
$ git clone git@github.com:UndeadKernel/fish.git ~/.config/fish
#+END_SRC

or

#+BEGIN_SRC shell
$ git clone https://github.com/UndeadKernel/fish.git ~/.config/fish
#+END_SRC

** Fish as Default Shell

#+BEGIN_SRC shell
$ chsh -s $(which fish)
#+END_SRC