Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Unofficial fork 🍴 of lambda theme for oh-my-fish
- Host: GitHub
- URL: https://github.com/ipatch/theme-neolambda
- Owner: ipatch
- License: mit
- Fork: true (netologist/theme-lambda)
- Created: 2018-03-30T23:03:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T19:38:49.000Z (about 1 year ago)
- Last Synced: 2024-05-02T09:15:51.038Z (6 months ago)
- Topics: fish-shell, oh-my-fish, themes
- Language: Shell
- Homepage:
- Size: 1.29 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - neolambda
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 | fishomf 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