Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.17 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.17 KB

NeoLambda

The unofficial fork of the omf lambda theme

MIT License Fish Shell Version

Featurecast 🎥

asciicast

Gif

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


To avoid double printing of the virtualenv name in prompt add the below to config.fish

set -gx VIRTUAL_ENV_DISABLE_PROMPT 1

Install

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