Skip to content

Barcelona is my personal color theme for ZSH, including an overhauled prompt layout based on Agnoster

Notifications You must be signed in to change notification settings

deeleman/barcelona-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Barcelona for iTerm2 and ZSH

Barcelona is my personal color theme for ZSH, based on a fork of Cobalt2 leveraging Agnoster as the foundation for the prompt layout of ZSH and Oh My ZSH.

This theme is intended for my personal use only and therefore is an ongoing work-in-progress provided as is.

Screenshot

Installation

1. Copy barcelona.zsh-theme into the ~/.oh-my-zsh/themes
$ cp ./barcelona.zsh-theme ~/.oh-my-zsh/themes/
2. Open up your ZSH preferences at ~/.zshrc and change the theme variable to ZSH_THEME="barcelona".
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="barcelona"
3. Should the Powerline Fonts are available already on your system please skip this step. Otherwise, download and install the Powerline Fonts from its repo.
$ cd ..
$ git clone https://github.com/powerline/fonts.git powerline-fonts
$ cd powerline-fonts
$ ./install.sh
4. In iTerm2 access the Preferences pane on the Profiles tab.

Under the Colors tab import the barcelona.itermcolors file via the Load Presets drop-down. Click then on the Text tab and change the font for each type (Regular and Non-ASCII) to 'Inconsolata for Powerline' in order to properly display icons in your prompt.

5. Type the following statement on the command line in order to refresh ZSH.
$ source ~/.zshrc

ISC License

Copyright (c) 2015, Pablo Deeleman [email protected]

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

Barcelona is my personal color theme for ZSH, including an overhauled prompt layout based on Agnoster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published