Skip to content

bnewcomb/oh-my-zsh-psyrendust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oh my zsh psyrendust

Custom plugins and themes for oh-my-zsh maintained by psyrendust

Usage

Clone oh-my-zsh to your home folder:

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

Create a new zsh config by copying the zsh template we’ve provided:

cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

Set zsh as your default shell:

chsh -s /bin/zsh

Clone oh-my-zsh-psyrendust to your home folder

git clone https://github.com/psyrendust/oh-my-zsh-psyrendust.git ~/.oh-my-zsh-psyrendust

Edit your ~/.zshrc file with your favorite editor and edit the following:

ZSH_THEME="psyrendust"
ZSH_CUSTOM="$HOME/.oh-my-zsh-psyrendust"

You can add the plugins that you would like to load:

plugins=(apache2 server sublime)

Start / restart zsh (open a new terminal is easy enough…)

Plugins

Plugins can be found in the oh-my-zsh-psyrendust/plugins folder.

Plugins Description
apache2.plugin.zsh Commands to control local apache2 server installation on Mac.
git-psyrendust.plugin.zsh Custom aliases for Git.
mkcd.plugin.zsh Make a directory (recursively) and cd into it.
npp.plugin.zsh Notepad++ plugin.
sever.plugin.zsh Start an HTTP server from a directory, optionally specifying the port.
sublime.plugin.zsh Open path or files in Sublime Text 2. Uses a sleep command to fix a bug with ST2 opening with no files/folders showing in the sidebar.

Themes

Themes can be found in the oh-my-zsh-psyrendust/themes folder.

Themes Description
psyrendust.zsh-theme A custom oh-my-zsh theme based off of Bobby.

Known Bugs

  • Having issues getting subl to work as the git core.editor on Mac
  • Zsh prompt gets cut off for scm_prompt_char when using the font Inconsolata in CYGWIN

Release History

  • 2013-07-02   v0.1.3   Added AutoHotkeys config. Bug fix for sublime.plugin.zsh. Added git reset alias.
  • 2013-07-02   v0.1.2   Added npp plugin.
  • 2013-07-02   v0.1.1   Added mkcd plugin. Added git-psyrendust plugin. Bug fixes.
  • 2013-06-27   v0.1.0   Initial release.

License

Copyright (c) 2013 Larry Gordon Licensed under the MIT license.

About

Custom plugins and themes for oh-my-zsh maintained by @psyrendust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 65.5%
  • AutoHotkey 34.5%