https://github.com/undeadkernel/fish
Fish shell configuration
https://github.com/undeadkernel/fish
Last synced: 11 months ago
JSON representation
Fish shell configuration
- Host: GitHub
- URL: https://github.com/undeadkernel/fish
- Owner: UndeadKernel
- Created: 2019-04-08T13:24:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T14:01:09.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T11:14:24.452Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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