summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Remove first prompt placementJune McEnroe2015-11-02
|
* Newline before prompt and start at bottom of terminalJune McEnroe2015-11-02
|
* Add chruby to zshrcJune McEnroe2015-10-27
|
* Add SSH configJune McEnroe2015-10-22
|
* Spawn login shells in iTermJune McEnroe2015-10-22
|
* Zoom iTerm only verticallyJune McEnroe2015-07-12
|
* Update iTerm2 configurationJune McEnroe2015-07-11
|
* Add mkdir -p to import scriptJune McEnroe2015-07-05
|
* Add license to readmeJune McEnroe2015-07-04
|
* Add pathogen to vimJune McEnroe2015-07-04
|
* Add send-prefix bindingJune McEnroe2015-05-28
|
* Bash is usually in /binJune McEnroe2015-05-28
|
* Swap windows instead of moving themJune McEnroe2015-05-24
|
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
|
* Add tmux shortcut functionsJune McEnroe2015-05-23
|
* More tmux configurationJune McEnroe2015-05-23
|
* Add tmux configurationJune McEnroe2015-05-22
|
* Set scrolloff=1June McEnroe2015-05-13
|
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
|
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
|
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
|
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
|
* Clean upJune McEnroe2015-02-14
|
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
|
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
|
* Prevent red first promptJune McEnroe2015-02-14
|
* New minimal zshrcJune McEnroe2015-02-14
|
* Use Hybrid colours in iTerm2June McEnroe2015-02-13
|
* New minimal vimrcJune McEnroe2015-02-13
|
* Add more bytes to randpasswd and use URL base64June McEnroe2015-01-16
|
* Add vim-signature pluginJune McEnroe2015-01-16
|
* Ignore .DS_StoreJune McEnroe2015-01-06
|
* Add Karabiner configurationJune McEnroe2015-01-06
|
* Add git rebase aliasesJune McEnroe2015-01-06
|
* Add vman alias for vim-supermanJune McEnroe2015-01-06
|
* Add vim-supermanJune McEnroe2015-01-06
|
* Add LimeLight to GoyoJune McEnroe2015-01-06
|
* Swap 0 and ^ in VimJune McEnroe2015-01-06
|
* Highlight columns 80, 100, 120June McEnroe2015-01-06
|
* Add iTerm2 to effuse exlcudeJune McEnroe2014-11-29
|
* Update README listJune McEnroe2014-11-29
|
* Remove unused configsJune McEnroe2014-11-29
|
* Add iTerm 2 configurationJune McEnroe2014-11-25
|
* Keep working directory in terminal titleJune McEnroe2014-11-25
|
* Add .pultrc to global gitignoreJune McEnroe2014-11-25
|
* Use gruvbox colorschemeJune McEnroe2014-11-25
|
* Remove multiple cursors pluginJune McEnroe2014-11-25
|
* Simplify C-n relative number toggleJune McEnroe2014-11-25
|
* Add Goyo.vimJune McEnroe2014-11-25
|
* Use ProFont 11 in VimJune McEnroe2014-11-25
|
over-highlight'> Use suffixcmp() from Git instead of reimplementing it. This is a preparation for moving to ends_with() in Git 1.8.6. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer Use Git string lists instead of str{spn,cspn,ncmp}() magic. This significantly improves readability. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer Since the introduction of selective snapshot format configuration in dc3c9b5 (allow selective enabling of snapshots, 2007-07-21), we allowed seven different delimiters for snapshot formats, while the documentation has always been clear about spaces being the only valid delimiter: The value is a space-separated list of zero or more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Supporting the undocumented delimiters makes the code unnecessarily complex. Remove them. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer This is a preparation for replacing all prefix checks with either strip_prefix() or starts_with() when Git 1.8.6 is released. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-09README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts