All Projects → hauleth → agnoster

hauleth / agnoster

Licence: MIT license
Agnoster for Fish 🐠

Programming Languages

shell
77523 projects
Nix
1067 projects

Projects that are alternatives of or similar to agnoster

Dotfiles
📁 📋 📎
Stars: ✭ 6 (-85.71%)
Mutual labels:  fish, fish-shell
Fish Utils
🔧 My utility belt of fish functions, writing these has saved me many hours in the long run... I hope...
Stars: ✭ 94 (+123.81%)
Mutual labels:  fish, fish-shell
Spacefish
🚀🐟 The fish shell prompt for astronauts
Stars: ✭ 856 (+1938.1%)
Mutual labels:  fish, fish-shell
Done
A fish-shell package to automatically receive notifications when long processes finish.
Stars: ✭ 394 (+838.1%)
Mutual labels:  fish, fish-shell
Dotfiles
My personal dotfiles.
Stars: ✭ 162 (+285.71%)
Mutual labels:  fish, fish-shell
Virtualfish
Fish shell tool for managing Python virtual environments
Stars: ✭ 819 (+1850%)
Mutual labels:  fish, fish-shell
Breeze
git tool for fish-shell
Stars: ✭ 52 (+23.81%)
Mutual labels:  fish, fish-shell
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (-42.86%)
Mutual labels:  fish, fish-shell
Sdkman For Fish
Adds support for SDKMAN! to fish
Stars: ✭ 139 (+230.95%)
Mutual labels:  fish, fish-shell
Packages Main
Primary Oh My Fish package repository.
Stars: ✭ 138 (+228.57%)
Mutual labels:  fish, fish-shell
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (+735.71%)
Mutual labels:  fish, fish-shell
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+10428.57%)
Mutual labels:  fish, fish-shell
Fzf.fish
Augment your fish command line with fzf key bindings.
Stars: ✭ 255 (+507.14%)
Mutual labels:  fish, fish-shell
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+48719.05%)
Mutual labels:  fish, fish-theme
fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (+95.24%)
Mutual labels:  fish, fish-shell
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (+4.76%)
Mutual labels:  fish, fish-shell
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+30.95%)
Mutual labels:  fish, fish-shell
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (+4.76%)
Mutual labels:  fish, fish-shell
Fish Bd
Quickly go back to a parent directory up in your current working directory tree. Don't write 'cd ../../..' redundantly, use bd instead.
Stars: ✭ 113 (+169.05%)
Mutual labels:  fish, fish-shell
Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+311.9%)
Mutual labels:  fish, fish-shell

Fish Agnoster theme

Fancy, colorful theme with support for Powerline fonts.

Installation

With Fisher

fisher install hauleth/agnoster

With Fundle add:

fundle plugin hauleth/agnoster

to your config.fish and run fundle install.


Yeah, really. That's it. Be happy with your fancy new theme.

Themes

To choose theme run agnoster <theme>.

Available themes:

  • default

    default theme

  • powerline

    powerline theme

Custom theme

You can create your own theme by setting these variables

# Segment endings
# AGNOSTER_SEGMENT_SEPARATOR[1] is separator of segment
# AGNOSTER_SEGMENT_SEPARATOR[2] is separator of subsegment
set -U AGNOSTER_SEGMENT_SEPARATOR '' \u2502 # unicode box drawings light vertical (│)

# Icons
set -U AGNOSTER_ICON_ERROR \u2717 # unicode ballot X (✗)
set -U AGNOSTER_ICON_ROOT \u26a1 # unicode high voltage sign (⚡)
set -U AGNOSTER_ICON_BGJOBS \u2699 # unicode gear (⚙)
set -U AGNOSTER_ICON_GIT_BRANCH \u2387 # unicode alternative key symbol (⎇)
set -U AGNOSTER_ICON_GIT_REF \u27a6 # unicode heavy black curved upwards and rightwards arrow (➦)

Licence

Agnoster is MIT licensed. See LICENSE file 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].