Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:16:54.000Z (4 months ago)
- Last Synced: 2024-10-14T04:18:45.541Z (3 months ago)
- Topics: dotfiles, fish, omf-plugin
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- 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].
[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v3.3.1-007EC7.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](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 [exa](https://github.com/ogham/exa) 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