https://github.com/zephraph/zephish
My fish setup as an oh-my-fish plugin
https://github.com/zephraph/zephish
dotfiles fish omf-plugin
Last synced: 29 days ago
JSON representation
My fish setup as an oh-my-fish plugin
- Host: GitHub
- URL: https://github.com/zephraph/zephish
- Owner: zephraph
- License: mit
- Created: 2019-11-24T21:59:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T15:49:53.000Z (about 2 months ago)
- Last Synced: 2025-03-19T09:14:31.410Z (about 1 month ago)
- Topics: dotfiles, fish, omf-plugin
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zephish
> [Zephraph](https://github.com/zephraph)'s dotfiles, but as a plugin for [Oh My Fish][omf-link].
[](/LICENSE)
[](https://fishshell.com)
[](https://www.github.com/oh-my-fish/oh-my-fish)---
## What it does
- Silences the fish welcome command
- Installs [brew](https://brew.sh/) if it isn't present
- Installs [eza](https://github.com/eza-community/eza) and aliases it to `ls`
- Installs [bat](https://github.com/sharkdp/bat) and aliases it to `cat`
- Installs [starship](https://github.com/starship/starship) and sets it as the default prompt
- Adds omf plugin [bang-bang](https://github.com/oh-my-fish/plugin-bang-bang) so `!! sudo` will rerun the last command with sudo
- Adds omf plugins [git](https://github.com/jhillyerd/plugin-git), [yarn](https://github.com/zephraph/yarn), and [nvm]() for helpful abbreviations and completions
- Adds omf plugin [technicolor](https://github.com/oh-my-fish/plugin-technicolor) for easy CLI coloring
- Adds `./node_modules/.bin` to your path so you can run local node programs without having to prefix it with `yarn`## Install
```fish
$ omf install https://github.com/zephraph/zephish
```## Uninstall
```fish
omf uninstall zephish
```# License
[MIT][mit] © [Zephraph][author] et [al][contributors]
[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/zephraph
[contributors]: https://github.com/zephraph/zephish/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square