Commit Graph

284 Commits

Author SHA1 Message Date
Luis Lobo Borobia a6dad50ec6
Added i3 windows manager config file syntax 2017-01-23 11:00:40 -06:00
Anthony Scopatz ee137a16bf Merge pull request #134 from Paduct/patch-1
genie.nanorc
2017-01-12 06:35:48 -08:00
Paduct 3503dbe31a genie.nanorc
Syntax highlight "Genie"
2017-01-12 13:25:39 +04:00
Anthony Scopatz a1662aca4b Merge pull request #133 from b-/master
Added "revise" temporary files from composure
2017-01-03 15:56:14 -08:00
Brian Recchia 8f42c1e500 Added "revise" temporary files from composure (github.com/erichs/composure) 2017-01-03 17:07:03 -05:00
Anthony Scopatz 8da28f3067 Merge pull request #132 from nl6720/master
add more commands to zsh
2016-12-14 18:20:15 -08:00
nl6720 ab5392636e add more commands to zsh 2016-12-14 13:56:20 +02:00
Anthony Scopatz 6f24a8fca3 Merge pull request #131 from xgouchet/master
Update the install script
2016-12-11 10:29:42 -08:00
Xavier Gouchet 940b6a866f
Update the install script
This fixes the scopatz/nanorc#130 issue by preventing the install script
to sort the ~/.nanorc config file, and only add includes if they're not
already present.
2016-12-10 10:50:00 +01:00
Anthony Scopatz d2d84b8206 Merge pull request #128 from elofu17/patch-2
For conformity, always color trailing whitespace green, not red or blue
2016-12-06 20:24:25 -05:00
Anthony Scopatz 954811a396 Merge pull request #127 from elofu17/patch-1
Color any trailing whitespace in green
2016-12-06 20:23:57 -05:00
Elof 791c23ca8a For conformity, color trailing whitespace green, not blue 2016-12-06 22:44:39 +01:00
Elof 08b3f8e87e For conformity, color trailing whitespace green, not blue 2016-12-06 22:43:53 +01:00
Elof 91ca5382ce For conformity, color trailing whitespace green, not red 2016-12-06 22:41:58 +01:00
Elof 2f4a44f838 Color trailing whitespace green 2016-12-06 22:19:02 +01:00
Elof 54d9e4eee6 Color trailing whitespace green 2016-12-06 22:17:01 +01:00
Elof 1c1897e8f4 Color trailing whitespace green 2016-12-06 22:15:38 +01:00
Elof 3cfc98eb57 Color trailing whitespace green 2016-12-06 22:14:27 +01:00
Elof 0fd4cfd55e Color trailing whitespace green 2016-12-06 22:13:04 +01:00
Elof 81aa8c3455 Color trailing whitespace green 2016-12-06 22:11:12 +01:00
Elof 0ca37f9fdd Color trailing whitespace green 2016-12-06 22:10:38 +01:00
Elof 6ba2322409 Color trailing whitespace green 2016-12-06 22:07:25 +01:00
Elof d3a313afd8 Color trailing whitespace green 2016-12-06 22:06:12 +01:00
Elof d3d7b09738 Color trailing whitespace green 2016-12-06 22:04:38 +01:00
Elof 64896f535d Color trailing whitespace green 2016-12-06 22:03:16 +01:00
Elof 60bd52d24d Color trailing whitespace green 2016-12-06 22:02:16 +01:00
Elof 10a47587e0 Color trailing whitespace green 2016-12-06 22:00:19 +01:00
Elof 3ce3cb9133 Color trailing whitespace green 2016-12-06 21:59:24 +01:00
Elof 8266c06827 Color trailing whitespace green 2016-12-06 21:58:21 +01:00
Elof b02326b48f Color trailing whitespace green 2016-12-06 21:56:28 +01:00
Elof 55ef33c37f Color trailing whitespace green 2016-12-06 21:50:19 +01:00
Elof e5cb3e8d30 Color trailing whitespace green 2016-12-06 21:47:45 +01:00
Elof 7efcacca6d Color trailing whitespace green 2016-12-06 21:37:13 +01:00
Anthony Scopatz 25db126921 Merge pull request #126 from elofu17/patch-1
Fixed typo (and changed color) for trailing whitespace
2016-12-06 13:13:25 -05:00
Elof d036a8c73c Fixed typo (and changed color) for trailing whitespace 2016-12-06 19:11:24 +01:00
Anthony Scopatz 99b6a21f37 Merge pull request #93 from evanowen/patch-1
Added puppet.nanorc to the nanorc file
2016-10-13 18:57:42 -05:00
Anthony Scopatz e0f5609ea7 Merge pull request #122 from divinity76/patch-2
clean up the files left in /tmp
2016-10-13 18:09:35 -05:00
divinity76 711ff1fce7 clean up the files left in /tmp 2016-10-14 01:06:30 +02:00
Anthony Scopatz 6d5fc37bf4 Merge pull request #121 from divinity76/patch-1
use wget instead of curl for automatic installer
2016-10-13 17:48:58 -05:00
divinity76 ee381be8e5 have wget be an alternative to curl for running the installer 2016-10-14 00:46:08 +02:00
divinity76 886a1d5a42 use wget instead of curl for automatic installer
reasons to use wget includes: 
wget is more ubiquitously available than curl. (my particular problem: curl isn't shipped in Debian by default)

wget's ability to recover from a prematurely broken transfer and continue downloading has no counterpart in curl.

reasons for using curl:
... in theory, curl could be faster by enabling --compressed , which would make the github servers gzip-compress the transfer (curl: "Accept-Encoding: deflate, gzip" github: "Content-Encoding: gzip", which as of speaking would save 158 bytes, extra header not accounted for)

but since we're not using --compressed anyway, and that the script is really small (355 bytes), it's a moot point.

i think we should use wget.
2016-10-14 00:23:41 +02:00
Anthony Scopatz 6fbb86ab90 Merge pull request #119 from invisiblek/master
makefile: bightmagenta for start of lines beginning with +=
2016-10-13 02:26:46 -05:00
Dan Pasanen 40fd6acdf3 makefile: bightmagenta for start of lines beginning with +=
* += is very typical in android building and this makes it as pretty
  as := lines
2016-10-11 18:09:02 -05:00
Anthony Scopatz 0969169f3e Merge pull request #118 from ThomasR/patch-2
Create ical.nanorc
2016-09-30 02:58:25 -04:00
Thomas Rosenau cdfc249731 Create ical.nanorc 2016-09-30 08:56:06 +02:00
Anthony Scopatz b6a2406bc9 Merge pull request #117 from hawk93/master
Correct python header
2016-09-27 13:21:14 -04:00
Alessandro Luppi 982d6ce9c1 Correct python header 2016-09-27 19:21:15 +02:00
Anthony Scopatz 4d7c75ca93 Merge pull request #115 from CoffeeTableEnnui/patch-6
Update html.nanorc
2016-09-01 20:15:47 -04:00
CoffeeTableEnnui e530684df4 Update html.nanorc
Added comment highlighting.  Added more common attributes.
2016-09-01 17:04:06 -07:00
Anthony Scopatz c79521658c Merge pull request #112 from CoffeeTableEnnui/patch-2
Update clojure.nanorc
2016-08-30 18:26:01 -04:00