Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netologist/theme-lambda
lambda theme for oh my fish
https://github.com/netologist/theme-lambda
Last synced: 4 days ago
JSON representation
lambda theme for oh my fish
- Host: GitHub
- URL: https://github.com/netologist/theme-lambda
- Owner: netologist
- License: mit
- Created: 2015-12-27T21:10:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T17:16:54.000Z (over 2 years ago)
- Last Synced: 2023-03-11T04:44:39.616Z (over 1 year ago)
- Language: Shell
- Size: 837 KB
- Stars: 55
- Watchers: 1
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Lambda
[![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)
#### Screenshot
###### Added VirtualEnv Support
![preview](https://i.imgur.com/fWurs47.png)###### Added Mode Indicator Support
#### Install
#### [Fisherman]
```fish
fisher i lambda
```##### [Oh-My-Fish]
```fish
omf install lambda
```##### [home-manager]
```nix
plugins = [
{
name = "theme-lambda";
src = pkgs.fetchFromGitHub {
owner = "hasanozgan";
repo = "theme-lambda";
rev = "1d599f05dc560d7c9fa0660fa72e2d32251f6f65";
sha256 = "1s0pyc7nlxlynszlskmzrg57rq2nszbkzjq714hl15g1 gxp95k";
};
}
];
```##### Fish Mode Indicator Installation Note
Disable default Fish mode indicator via
```
function fish_mode_prompt; end
funcsave fish_mode_prompt
```Details in https://fishshell.com/docs/current/cmds/fish_mode_prompt.html
[Fisherman]: https://github.com/fisherman/fisherman
[Oh-My-Fish]: https://github.com/oh-my-fish/oh-my-fish
[home-manager]: https://github.com/nix-community/home-manager