All Projects → nicosantangelo → Alpharized

nicosantangelo / Alpharized

Licence: other
Super simple oh-my-zsh theme optimized to work with solarized dark

Labels

Projects that are alternatives of or similar to Alpharized

Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+5733.33%)
Mutual labels:  zsh, zshrc
q
q - vim like macro registers for your bash and zsh shell!
Stars: ✭ 54 (+350%)
Mutual labels:  zsh, zshrc
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+5941.67%)
Mutual labels:  zsh, zshrc
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (+2950%)
Mutual labels:  zsh, zshrc
Dotfiles
🐢 💨 Speedup your MacOS setup with this fine tuning settings
Stars: ✭ 174 (+1350%)
Mutual labels:  zsh, zshrc
Zsh Autoenv
Autoenv for zsh
Stars: ✭ 519 (+4225%)
Mutual labels:  zsh, zshrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+91.67%)
Mutual labels:  zsh, zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+8108.33%)
Mutual labels:  zsh, zshrc
Ubuntu On Steroids
Developer setup & configuration guide for Ubuntu.
Stars: ✭ 111 (+825%)
Mutual labels:  zsh, zshrc
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+508.33%)
Mutual labels:  zsh, zshrc
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (+133.33%)
Mutual labels:  zsh, zshrc
dotfiles
🏡 ~/.*
Stars: ✭ 13 (+8.33%)
Mutual labels:  zsh, zshrc
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (+150%)
Mutual labels:  zsh, zshrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+4516.67%)
Mutual labels:  zsh, zshrc
Awesome Bash Alias
A curated list of awesome Bash aliases.
Stars: ✭ 43 (+258.33%)
Mutual labels:  zsh, zshrc
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+1616.67%)
Mutual labels:  zsh, zshrc
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+100%)
Mutual labels:  zsh, zshrc
ZConfer
The ultimate ZSH configuration utility.
Stars: ✭ 26 (+116.67%)
Mutual labels:  zsh
zhooks
Display Zsh hook functions and arrays
Stars: ✭ 36 (+200%)
Mutual labels:  zsh
zsh unplugged
🤔 perhaps you don't need a Zsh plugin manager after all...
Stars: ✭ 68 (+466.67%)
Mutual labels:  zsh

Alpharized

Alpharized is oh-my-zsh theme optimized to work with solarized dark. It's a modified version of the avit theme.

screenshot

It uses the following symbols for git:

  • dirty = ✗
  • clean =
  • added = ✚
  • modified = ⚑
  • deleted =
  • renamed = ▴
  • unmerged = §
  • untracked = ◒

And it will display the vi status and ruby version if those plugins vi-mode and rvm are active.

How to install

Right now oh-my-zsh is not adding more themes to the repo so you'll have to:

  1. Download the theme into oh-my-zsh's custom themes directory:$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/NicoSantangelo/Alpharized/master/alpharized.zsh-theme -o $ZSH_CUSTOM/themes/alpharized.zsh-theme
  2. Set the theme in your .zshrc file: ZSH_THEME="alpharized"
  3. For the nice colors, use Solarized Dark the screenshot is using the color scheme for iTerm2.

Thanks @Jinik for the name!

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