All Projects β†’ oh-my-fish β†’ oh-my-fish

oh-my-fish / oh-my-fish

Licence: MIT license
The Fish Shell Framework

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to oh-my-fish

dotfiles
No description or website provided.
Stars: ✭ 20 (-99.76%)
Mutual labels:  fish, omf, oh-my-fish
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (-99.02%)
Mutual labels:  fish, fishshell, oh-my-fish
Z.lua
⚑ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (-74.25%)
Mutual labels:  fish, fishshell
Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+54.58%)
Mutual labels:  fish, prompt
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (-99.67%)
Mutual labels:  fish, prompt
Tide
🌊 The ultimate Fish prompt.
Stars: ✭ 420 (-95%)
Mutual labels:  fish, prompt
Dotfiles
Configurations for the tools I use every day
Stars: ✭ 898 (-89.31%)
Mutual labels:  fish, prompt
Starship
β˜„πŸŒŒοΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+144.01%)
Mutual labels:  fish, oh-my-zsh
Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (-97.17%)
Mutual labels:  fish, prompt
fish-color-scheme-switcher
A fish shell 🐟 plugin to switch color schemes 🌈
Stars: ✭ 48 (-99.43%)
Mutual labels:  fish, oh-my-fish
guri
A simple and fast Oh-My-Zsh theme
Stars: ✭ 19 (-99.77%)
Mutual labels:  oh-my-zsh, prompt
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (-99.21%)
Mutual labels:  fish, prompt
theme-qing
A theme for Oh My Fish.
Stars: ✭ 14 (-99.83%)
Mutual labels:  fish, oh-my-fish
Zsh to fish
How to make zsh like fish?
Stars: ✭ 93 (-98.89%)
Mutual labels:  fish, oh-my-zsh
Spaceship Prompt
πŸš€β­ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+87.41%)
Mutual labels:  oh-my-zsh, prompt
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (-99.16%)
Mutual labels:  fish, prompt
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (-99.5%)
Mutual labels:  fish, fishshell
zsh-aws-vault
oh-my-zsh plugin for aws-vault
Stars: ✭ 63 (-99.25%)
Mutual labels:  oh-my-zsh, prompt
lambda-pure
Pretty, minimal and fast ZSH prompt, with NodeJS version
Stars: ✭ 107 (-98.73%)
Mutual labels:  prompt
inquirer-fuzzy-path
Fuzzy file/directory search and select prompt for Inquirer.js
Stars: ✭ 69 (-99.18%)
Mutual labels:  prompt

The Fishshell Framework

MIT License Fish Shell Version Build

Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use.

Also in  πŸ‡ͺπŸ‡Έ πŸ‡³πŸ‡± πŸ‡§πŸ‡· πŸ‡·πŸ‡Ί πŸ‡ΊπŸ‡¦ πŸ‡¨πŸ‡³


Table of contents

Installation

You can get started right away with the default setup by running this in your terminal:

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

This will download the installer script and start the installation. Alternatively, you can download the installer and customize your install:

curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
fish install --path=~/.local/share/omf --config=~/.config/omf

You can verify the integrity of the downloaded installer by verifying the script against this checksum:

bb1f4025934600ea6feef2ec11660e17e2b6449c5a23c033860aed712ad328c9 install

You can also install Oh My Fish with Git or with an offline source tarball downloaded from the releases page:

# with git
$ git clone https://github.com/oh-my-fish/oh-my-fish
$ cd oh-my-fish
$ bin/install --offline
# with a tarball
$ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > install
$ fish install --offline=omf.tar.gz

Run install --help for a complete list of install options you can customize.

Requirements

  • fish shell, version 2.2 or later
  • git, version 1.9.5 or later

Known Issues

  • Due to a regression bug in fish 2.6 with some terminal emulators, right prompts make the shell unusable. OMF's default theme features a right prompt, so it's necessary to use an alternative theme until a fix is released. (see #541)

Getting Started

Oh My Fish includes a small utility omf to fetch and install new packages and themes.

omf update [omf] [<package>...]

Update Oh My Fish, all package repositories, and all installed packages.

  • When called without arguments, update core and all installed packages.
  • You can choose to update only the core, by running omf update omf.
  • For selective package update, list only the names of packages you wish to update. You may still include "omf" in the list to update the core as well.

omf install [<name>|<url>|<user/repo>]

Install one or more packages.

  • You can install packages directly by URL via omf install URL
  • You can install packages from a GitHub repository via omf install user/repo
  • When called without arguments, install missing packages from bundle.

omf repositories [list|add|remove]

Manage user-installed package repositories. Package repositories are where packages come from used by commands like omf install. By default the official repository is always installed and available.

omf list

List installed packages.

omf theme <theme>

Apply a theme. To list available themes, type omf theme. You can also preview available themes before installing.

omf remove <name>

Remove a theme or package. If a package was installed via user/repo, use repo for name.

Packages can use uninstall hooks, so custom cleanup of resources can be done when uninstalling it. See Uninstall for more information.

omf reload

Reload Oh My Fish and all plugins by using exec to replace current shell process with a brand new.

This command tries to be as safe as possible, mitigating side-effects caused by exec and preventing the reload in case of background processes.

omf new plugin | theme <name>

Scaffold out a new plugin or theme.

This creates a new directory under $OMF_CONFIG/{pkg | themes}/ with a template.

omf search -t|--theme / -p|--package <name>

Searches Oh My Fish's database for a given package, theme or both. It also supports fuzzy search, so if you are not sure of the name you can simply omf search simple.

omf channel

Gets or changes the update channel.

Two channels are available by default: the stable channel provides stable updates with the latest tagged version of Oh My Fish, and dev which provides the latest changes under development. The update channel currently set determines what version omf update will upgrade to.

omf doctor

Use to troubleshoot before opening an issue.

omf destroy

Uninstall Oh My Fish.

Advanced

Oh My Fish installer adds a snippet to fish's user config files (~/.config/fish/conf.d/) which calls OMF's startup code.

Notice that the scripts in that directory are sourced in the order that the filesystem sees them, and so it may be necessary to prefix your script files with ordering numbers.

For example: a_script.fish will take precedence over the omf.fish snippet. So if a_script.fish depends on plugins managed by OMF, consider renaming the script file to xx_a_script.fish.

Similarly, to make sure that a script runs before omf.fish, you may prefix it with 00_. Alternatively, ~/.config/omf/before.init.fish may be used.

Startup

Every time you open a new shell, the startup code initializes Oh My Fish installation path and the config path (~/.config/omf by default), sourcing the init.fish script afterwards, which autoloads packages, themes and your custom init files.

For more information check the FAQ.

Dotfiles

The $OMF_CONFIG directory represents the user state of Oh My Fish. It is the perfect candidate for being added to your dotfiles and/or checked out to version control. There you can find three important files:

  • theme - The current theme
  • bundle - List of currently installed packages/themes
  • channel - The channel from which OMF gets updates (stable / dev)

And you may create and customize these special files:

  • init.fish - Custom script sourced after shell start
  • before.init.fish - Custom script sourced before shell start
  • key_bindings.fish - Custom key bindings where you can use the bind command freely

Setting variables in init.fish

One of the most common startup commands used in init.fish is variables definition. Quite likely, such variables need to be available in any shell session. To achieve this, define them globally. For example:

# Golang developers might need this one
set -xg GOPATH $HOME/gocode

# Python developers otherwise
set -xg PYTHONDONTWRITEBYTECODE 1

About the bundle

Every time a package/theme is installed or removed, the bundle file is updated. You can also edit it manually and run omf install afterwards to satisfy the changes. Please note that while packages/themes added to the bundle get automatically installed, a package/theme removed from bundle isn't removed from user installation.

Older fish versions

In fish 2.2, there is no conf.d directory, so the startup code has to be placed in the fish config file (~/.config/fish/config.fish).

It's highly recommended that your custom startup commands go into init.fish file instead of ~/.config/fish/config.fish, as this allows you to keep the whole $OMF_CONFIG directory under version control.

If you need startup commands to be run before Oh My Fish begins loading plugins, place them in before.init.fish instead. If you're unsure, it is usually best to put things in init.fish.

Creating Packages

Oh My Fish uses an advanced and well defined plugin architecture to ease plugin development, including init/uninstall hooks, function and completion autoloading. See the packages documentation for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].