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 [email protected] | |
| " ----------------------------------------------------------------------------- | |
| " ----------------------------------------------------------------------------- | |
| " 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 <[email protected]> | |
| # VERSION: 1.0.0 | |
| # CREDITS: Sorin Ionescu ([email protected]) / | |
| # ------------------------------------------------------------------------------ | |
| 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