All Projects → yous → lime

yous / lime

Licence: MIT license
Simple standalone Zsh theme

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to lime

csgo-server-configs
CS:GO Server Configs for Competitive 5v5, Knife Round, Aim Map and FFA Deathmatch
Stars: ✭ 24 (+60%)
Mutual labels:  config
guri
A simple and fast Oh-My-Zsh theme
Stars: ✭ 19 (+26.67%)
Mutual labels:  zsh-theme
parse-git-config
Parse `.git/config` into a JavaScript object. sync or async.
Stars: ✭ 55 (+266.67%)
Mutual labels:  config
dotfiles
🔧 My dotfiles on  macOS for Neovim, Zsh, kitty, lf, etc
Stars: ✭ 90 (+500%)
Mutual labels:  config
betterconf
Minimalistic Python library for your configs.
Stars: ✭ 35 (+133.33%)
Mutual labels:  config
awesome-config
My awesome wm configuration.
Stars: ✭ 27 (+80%)
Mutual labels:  config
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+10966.67%)
Mutual labels:  config
AbbasAtaei
Config files for my GitHub profile.
Stars: ✭ 47 (+213.33%)
Mutual labels:  config
laravel-micro.js
A Laravel inspired front-end framework for JavaScript artisans.
Stars: ✭ 107 (+613.33%)
Mutual labels:  config
rc-config-loader
Load config from .{product}rc.{json,yml,js} file
Stars: ✭ 46 (+206.67%)
Mutual labels:  config
javaproperties
Python library for reading & writing Java .properties files
Stars: ✭ 20 (+33.33%)
Mutual labels:  config
libconfini
Yet another INI parser
Stars: ✭ 106 (+606.67%)
Mutual labels:  config
intuit-spring-cloud-config-inspector
Inspection of Spring Cloud Config properties made easy using React
Stars: ✭ 18 (+20%)
Mutual labels:  config
tomli
A lil' TOML parser
Stars: ✭ 313 (+1986.67%)
Mutual labels:  config
eslint-config-trybe
ESLint shared config packages used be Trybe
Stars: ✭ 55 (+266.67%)
Mutual labels:  config
spacezsh-prompt
Spacezsh: async prompt does things in the ZSH way
Stars: ✭ 15 (+0%)
Mutual labels:  zsh-theme
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (+80%)
Mutual labels:  config
qtile-config
My qtile config
Stars: ✭ 47 (+213.33%)
Mutual labels:  config
scheriff
Schema Sheriff: yet another Kubernetes manifests validation tool
Stars: ✭ 15 (+0%)
Mutual labels:  config
read-env
🔧 Transform environment variables into JSON object with sanitized values.
Stars: ✭ 60 (+300%)
Mutual labels:  config

Lime

Simple standalone Zsh theme.

Lime

Colors are brought from Tomorrow Night.

Usage

Antigen

antigen bundle yous/lime

zgen

zgen load yous/lime

zplug

zplug "yous/lime"

zplugin

zplugin light yous/lime

oh-my-zsh

Clone this repository and make symbolic links to oh-my-zsh.

git clone https://github.com/yous/lime.git
cd lime
ln -s "$PWD/lime.plugin.zsh" ~/.oh-my-zsh/themes/lime.zsh-theme

Then select the theme in .zshrc:

ZSH_THEME="lime"

Options

LIME_SHOW_HOSTNAME

Set LIME_SHOW_HOSTNAME=1 to see the hostname when you're connecting via SSH. The default value is 0.

LIME_DIR_DISPLAY_COMPONENTS

The number of trailing components of the current working directory. If you set LIME_DIR_DISPLAY_COMPONENTS=3, it'll display ...bar/baz/qux when you're on ~/foo/bar/baz/qux. The default value is 0, which shows the whole path.

LIME_USER_COLOR

Color for user and hostname, between 0 and 255. Also you can set this with color names. For the full list of the colors, see this gist. The default value is 109 if you have 256 colors support, cyan otherwise.

LIME_DIR_COLOR

Color for the current directory, between 0 and 255. Also you can set this with color names. The default value is 143 if you have 256 colors support, green otherwise.

LIME_GIT_COLOR

Color for the current git status, between 0 and 255. Also you can set this with colors names. The default value is 109 if you have 256 colors support, cyan otherwise.

License

Copyright © Chayoung You. See LICENSE.txt for details.

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