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