All Projects → oh-my-fish → theme-scorphish

oh-my-fish / theme-scorphish

Licence: MIT License
Compact. Sufficient. PWD, Ruby+RVM, Python+VENV, Git status, Rust, NodeJS.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to theme-scorphish

Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+424.24%)
Mutual labels:  nvm, fish-shell
setup-linux-debian
Installs essential JavaScript development programs.
Stars: ✭ 16 (-51.52%)
Mutual labels:  nvm
.config
How I like things.
Stars: ✭ 51 (+54.55%)
Mutual labels:  fish-shell
DBMSology
The Paper List on Design and Implmentation of System Software
Stars: ✭ 67 (+103.03%)
Mutual labels:  nvm
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+100%)
Mutual labels:  fish-shell
nvm-auto-use.zsh
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
Stars: ✭ 16 (-51.52%)
Mutual labels:  nvm
fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-66.67%)
Mutual labels:  fish-shell
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (+33.33%)
Mutual labels:  fish-shell
oh-my-fish
The Fish Shell Framework
Stars: ✭ 8,403 (+25363.64%)
Mutual labels:  omf
dotfiles
Current: Neovim, Tmux, FishShell. Old but still there: prezto, zsh.
Stars: ✭ 46 (+39.39%)
Mutual labels:  fish-shell
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (+115.15%)
Mutual labels:  fish-shell
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (+12.12%)
Mutual labels:  fish-shell
capistrano-nvm
nvm support for Capistrano 3.x
Stars: ✭ 54 (+63.64%)
Mutual labels:  nvm
rspark
▁▂▆▇▁▄█▁ Sparklines for Rust apps
Stars: ✭ 50 (+51.52%)
Mutual labels:  fish-shell
paket
A simple and fast package manager for the Fish shell written in Rust. 🐠
Stars: ✭ 31 (-6.06%)
Mutual labels:  fish-shell
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+148.48%)
Mutual labels:  fish-shell
dotfiles
~nickTD
Stars: ✭ 13 (-60.61%)
Mutual labels:  fish-shell
theme-kawasaki
kawasaki is a fish theme that emphasizes a simple and useful prompt without useless cluttter.
Stars: ✭ 15 (-54.55%)
Mutual labels:  fish-shell
ubuntu-win-bootstrap
DEPRECIATED! Use "linux-comfy-chair" instead. A very simple bootstrap script to install some development tools to the Windows 10 Ubuntu Bash system - Ruby, Perl, Python, Node, Sublime Text and more!
Stars: ✭ 27 (-18.18%)
Mutual labels:  nvm
dotfiles
⭐ My own world.
Stars: ✭ 12 (-63.64%)
Mutual labels:  fish-shell

Scorphish

Compact. Sufficient.

scorphish

Left prompt

Abbreviated path, Ruby version and gemset, Python version and virtualenv, Rust version, NodeJS version, Git information and last command execution time.

Configuration:

The following options can be added to ~/.config/fish/conf.d/omf.fish to change the appearance and behavior of left prompt.

  • To display current Rust version:
set -g theme_display_rust yes
  • To display current Node version:
set -g theme_display_node yes

Note: Node version may be lazy loaded depending on which nvm plugin you're using

  • To display current working directory on a second line:
set -g theme_display_pwd_on_second_line yes
  • To display Git information on the first line:
set -g theme_display_git_on_first_line yes
  • To omit only dirty status of current local Git repository and have a faster prompt:
set -g theme_display_git_dirty no
  • To omit information of current Git repository altogether:
set -g theme_display_git no
  • To omit current Ruby version and gemset:
set -g theme_display_ruby no
  • To omit current Python version and virtualenv:
set -g theme_display_virtualenv no

Right prompt

Last command's exit code and current time

Acknowledgments

This theme is based on Zish and Coffeandcode themes, many thanks to their authors!

Enjoy!

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].