This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ZSH=$HOME/.oh-my-zsh | |
| ZSH_THEME ="lsmit" | |
| CASE_SENSITIVE ="false" | |
| plugins=(git autojump brew bundler cap encode64 extract gem heroku jira jruby node npm osx python rails rails3 rake rbenv redis-cli ruby ssh-agent sublime textmate vagrant) | |
| source $ZSH/oh-my-zsh.sh | |
| export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
| export PATH="$HOME/.rbenv/bin:$PATH" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'json' | |
| require 'fileutils' | |
| include FileUtils | |
| # Parses the argument array _args_, according to the pattern _s_, to | |
| # retrieve the single character command line options from it. If _s_ is | |
| # 'xy:' an option '-x' without an option argument is searched, and an | |
| # option '-y foo' with an option argument ('foo'). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " ----------------------------------------------------------------------------- | |
| " VIM Configuration for Janus (https://github.com/carlhuda/janus.git) | |
| " Lars Smit larssmit@me.com | |
| " ----------------------------------------------------------------------------- | |
| " ----------------------------------------------------------------------------- | |
| " Basics | |
| " ----------------------------------------------------------------------------- | |
| set encoding=utf8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ------------------------------------------------------------------------------ | |
| # FILE: lsmit.zsh-thema | |
| # DESCRIPTION: oh-my-zsh theme file. | |
| # AUTHOR: Lars Smit <larssmit@me.com> | |
| # VERSION: 1.0.0 | |
| # CREDITS: Sorin Ionescu (sorin.ionescu@gmail.com) / | |
| # ------------------------------------------------------------------------------ | |
| if [[ "$TERM" != "dumb" ]] && [[ "$DISABLE_LS_COLORS" != "true" ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --------------------------------------------------------- | |
| # font and size | |
| # --------------------------------------------------------- | |
| fontName = "Menlo" | |
| fontSize = 14 | |
| # --------------------------------------------------------- | |
| # Display the name of the home directory | |
| # --------------------------------------------------------- | |
| windowTitleProject = '${projectDirectory:+ — ${projectDirectory/^.*\///}}' |
NewerOlder