Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipatch/theme-neolambda

Unofficial fork 🍴 of lambda theme for oh-my-fish
https://github.com/ipatch/theme-neolambda

fish-shell oh-my-fish themes

Last synced: about 2 months ago
JSON representation

Unofficial fork 🍴 of lambda theme for oh-my-fish

Awesome Lists containing this project

README

        

# NeoLambda

> The unofficial fork of the [omf][lnk1] [lambda][lnk2] theme

[lnk1]:
[lnk2]:

[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com)

## Featurecast 🎥

[![asciicast](https://asciinema.org/a/211469.svg)](https://asciinema.org/a/211469)

## Gif

An animated GIF deoming some of the features provided by this theme




> To avoid [double printing](https://raw.githubusercontent.com/ipatch/theme-lambda/master/lib/virtualenv-double-prompt.png) of the virtualenv name in prompt add the below to `config.fish`

```shell
set -gx VIRTUAL_ENV_DISABLE_PROMPT 1
```

## Install

### [Oh-My-Fish](https://github.com/oh-my-fish/oh-my-fish)

```shell
echo "install omf first"
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

omf install neolambda
```

## Testing new features

the quickest way i found to test a PR or feature is to pull in a docker container, for my use case `archlinux` and then install `which`, and `git` using pacman followed by omf and this theme `neolambda`.

## TODOs

- [ ] when working with cmake based projects and out of source build dirs it'd be nice to print the current git branch within the build dir for managing multi build dirs and git forks with branches
- [ ] look into creating project based icons, ie. replace `λ` with a green box if inside a node project, ie. if the shell/theme detects a `package.json` file.
- [ ] use command+right-arrow to toggle the display of the `fish_right_prompt.fish`
- or possible control+\
- [ ] experiment with creating an animated svg to replace / complement the animated gif
`cat myrecrod.cast | svg-term --out myrecord.svg --window`
- [ ] when working with subshells add a super/sub script to the `λ` to aid in knowing which subshell _one_ is working in