formatting, sorting

This commit is contained in:
Ryan Delaney 2014-03-24 13:11:40 -07:00
parent d3f7f4044d
commit f1c84a62ee
No known key found for this signature in database
GPG Key ID: 0D98863B4E1D07B6
1 changed files with 81 additions and 48 deletions

129
LS_COLORS
View File

@ -45,25 +45,34 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
*LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-) *LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-)
# ////////////////////////////////////////////// # //////////////////////////////////////////////
.coffee 38;5;94;1
.ctp 38;5;95 .ctp 38;5;95
.ex 38;5;148;1 .ex 38;5;148;1
.example 38;5;225;1 .example 38;5;225;1
.info 38;5;101
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# configuration files # configuration files
.cfg 1 .cfg 1
.conf 1 .conf 1
.ini 38;5;122 .ini 38;5;122
.rc 1 .rc 1
.vim 1
.viminfo 38;5;240;1
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# documents: markup language, plain-text # documents: markup language, plain-text
.csv 38;5;78 .csv 38;5;78
.etx 38;5;172 .etx 38;5;172
.info 38;5;101
.log 38;5;190
.markdown 38;5;184 .markdown 38;5;184
.md 38;5;184 .md 38;5;184
.mkd 38;5;184 .mkd 38;5;184
.tex 38;5;172 .tex 38;5;172
.textile 38;5;106
.txt 38;5;192
.xml 38;5;199
.yml 38;5;208
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# documents: compiled, binary # documents: compiled, binary
.cbr 38;5;140 .cbr 38;5;140
@ -73,6 +82,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.docm 38;5;111;4 .docm 38;5;111;4
.docx 38;5;111 .docx 38;5;111
.eps 38;5;192 .eps 38;5;192
.nfo 38;5;220
.odb 38;5;161 .odb 38;5;161
.odp 38;5;166 .odp 38;5;166
.ods 38;5;112 .ods 38;5;112
@ -86,11 +96,13 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.xlsxm 38;5;112;4 .xlsxm 38;5;112;4
.xltm 38;5;73;4 .xltm 38;5;73;4
.xltx 38;5;73 .xltx 38;5;73
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# version control # version control
.git 38;5;197 .git 38;5;197
.gitignore 38;5;240 .gitignore 38;5;240
.gitattributes 38;5;240 .gitattributes 38;5;240
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# shell scripts # shell scripts
.BAT 38;5;108 .BAT 38;5;108
@ -99,12 +111,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.bat 38;5;108 .bat 38;5;108
.sed 38;5;130;1 .sed 38;5;130;1
.sh 38;5;113 .sh 38;5;113
.zsh 38;5;173
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# interpreted procedural languages # interpreted procedural languages
.ahk 38;5;29;1 .ahk 38;5;29;1
.py 38;5;41 .py 38;5;41
.pgsql 38;5;222 .pgsql 38;5;222
.sql 38;5;222 .sql 38;5;222
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# compiled procedural languages # compiled procedural languages
# #
@ -112,6 +127,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.asm 38;5;240;1 .asm 38;5;240;1
# LISP # LISP
.cl 38;5;204;1 .cl 38;5;204;1
.lisp 38;5;204;1
# C # C
.c 38;5;110 .c 38;5;110
.C 38;5;24;1 .C 38;5;24;1
@ -143,15 +159,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.hi 38;5;240 .hi 38;5;240
# haskell # haskell
.hs 38;5;155;1 .hs 38;5;155;1
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# compiled binaries for procedural languages # compiled binaries for interpreted languages
# #
.PL 38;5;160 .PL 38;5;160
.pyc 38;5;240 .pyc 38;5;240
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# patch files # patch files
.diff 48;5;197;38;5;232 .diff 48;5;197;38;5;232
.patch 48;5;197;38;5;232;1 .patch 48;5;197;38;5;232;1
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# Encrypted data # Encrypted data
.asc 38;5;192;3 .asc 38;5;192;3
@ -160,12 +179,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.pgp 38;5;192;3 .pgp 38;5;192;3
.sig 38;5;192;3 .sig 38;5;192;3
.signature 38;5;192;3 .signature 38;5;192;3
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# web services # web services
.css 38;5;91 .css 38;5;91
.htm 38;5;125;1 .htm 38;5;125;1
.html 38;5;125;1 .html 38;5;125;1
# java/script # java/script
.coffee 38;5;94;1
.java 38;5;142;1 .java 38;5;142;1
.jhtm 38;5;125;1 .jhtm 38;5;125;1
.js 38;5;42 .js 38;5;42
@ -174,51 +196,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.json 38;5;199 .json 38;5;199
.jsp 38;5;45 .jsp 38;5;45
.php 38;5;93 .php 38;5;93
# #
# ////////////////////////////////////////////// # //////////////////////////////////////////////
.lisp 38;5;204;1
.log 38;5;190
.lua 38;5;34;1
.m 38;5;130;3
.mht 38;5;129
.mm 38;5;130;3
.M 38;5;130;3
.map 38;5;58;3
.mf 38;5;220;3
.mfasl 38;5;73
.mi 38;5;124
.mtx 38;5;36;3
.nfo 38;5;220
.o 38;5;240
.pacnew 38;5;33
.pc 38;5;100
.pfa 38;5;43
.pl 38;5;214
.plt 38;5;204;1
.pm 38;5;197;1
.pod 38;5;172;1
.rb 38;5;192
.rdf 38;5;144
.ru 38;5;142
.scm 38;5;204;1
.sfv 38;5;197
.srt 38;5;116
.sty 38;5;58
.sug 38;5;44
.t 38;5;28;1
.tcl 38;5;64;1
.tdy 38;5;214
.textile 38;5;106
.tfm 38;5;64
.tfnt 38;5;140
.theme 38;5;109
.txt 38;5;192
.urlview 38;5;85
.vim 1
.viminfo 38;5;240;1
.xml 38;5;199
.yml 38;5;208
.zsh 38;5;173
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# Build stuff # Build stuff
*README 38;5;220;1 *README 38;5;220;1
@ -231,6 +212,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.in 38;5;242 .in 38;5;242
.old 38;5;242 .old 38;5;242
.out 38;5;46;1 .out 38;5;46;1
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# graphics # graphics
.JPG 38;5;66 .JPG 38;5;66
@ -244,6 +226,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.png 38;5;68;1 .png 38;5;68;1
.svg 38;5;24;1 .svg 38;5;24;1
.xpm 38;5;36 .xpm 38;5;36
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# Emulator roms, emulator savegames # Emulator roms, emulator savegames
.32x 38;5;137 .32x 38;5;137
@ -269,11 +252,15 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.sav 38;5;220 .sav 38;5;220
.sms 38;5;33 .sms 38;5;33
.st 38;5;208;1 .st 38;5;208;1
# images
# //////////////////////////////////////////////
# partition images
.iso 38;5;124 .iso 38;5;124
.nrg 38;5;124 .nrg 38;5;124
.qcow 38;5;141 .qcow 38;5;141
# video
# //////////////////////////////////////////////
# video
.VOB 38;5;137 .VOB 38;5;137
.IFO 38;5;240 .IFO 38;5;240
.BUP 38;5;241 .BUP 38;5;241
@ -301,6 +288,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.vob 38;5;137 .vob 38;5;137
.webm 38;5;109 .webm 38;5;109
.wmv 38;5;113 .wmv 38;5;113
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# music, audio # music, audio
.3ga 38;5;95 .3ga 38;5;95
@ -327,6 +315,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.spl 38;5;173 .spl 38;5;173
.wv 38;5;149 .wv 38;5;149
.wvc 38;5;149 .wvc 38;5;149
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# fonts # fonts
.afm 38;5;58 .afm 38;5;58
@ -335,6 +324,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.ttf 38;5;66 .ttf 38;5;66
.pcf 38;5;65 .pcf 38;5;65
.psf 38;5;64 .psf 38;5;64
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# backups, undo files, tempfiles # backups, undo files, tempfiles
.bak 38;5;41;1 .bak 38;5;41;1
@ -346,7 +336,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.tmp 38;5;244 .tmp 38;5;244
.un~ 38;5;240 .un~ 38;5;240
.zcompdump 38;5;240 .zcompdump 38;5;240
# *nix Object file (shared libraries, core dumps etc)
.o 38;5;240
.zwc 38;5;240 .zwc 38;5;240
# GIMP project file
.scm 38;5;204;1
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# databases # databases
.accdb 38;5;60 .accdb 38;5;60
@ -358,6 +353,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.sqlite 38;5;60 .sqlite 38;5;60
.typelib 38;5;60 .typelib 38;5;60
.localstorage 38;5;60 .localstorage 38;5;60
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# (compressed) archives # (compressed) archives
.7z 38;5;40 .7z 38;5;40
@ -498,10 +494,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.vdf 38;5;215 .vdf 38;5;215
.xz 38;5;118 .xz 38;5;118
.zip 38;5;41 .zip 38;5;41
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# /etc/hosts.{deny,allow} # /etc/hosts.{deny,allow}
.allow 38;5;112 .allow 38;5;112
.deny 38;5;196 .deny 38;5;196
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# other # other
.SKIP 38;5;244 .SKIP 38;5;244
@ -520,11 +518,45 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.sch 38;5;34 .sch 38;5;34
.cnc 38;5;37 .cnc 38;5;37
.xln 38;5;37 .xln 38;5;37
.lua 38;5;34;1
.m 38;5;130;3
.mht 38;5;129
.mm 38;5;130;3
.M 38;5;130;3
.map 38;5;58;3
.mf 38;5;220;3
.mfasl 38;5;73
.mi 38;5;124
.mtx 38;5;36;3
.pacnew 38;5;33
.pc 38;5;100
.pfa 38;5;43
.pl 38;5;214
.plt 38;5;204;1
.pm 38;5;197;1
.pod 38;5;172;1
.rb 38;5;192
.rdf 38;5;144
.ru 38;5;142
.sfv 38;5;197
.srt 38;5;116
.sty 38;5;58
.sug 38;5;44
.t 38;5;28;1
.tcl 38;5;64;1
.tdy 38;5;214
.tfm 38;5;64
.tfnt 38;5;140
.theme 38;5;109
.urlview 38;5;85
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# tcpdump # tcpdump
.pcap 38;5;29 .pcap 38;5;29
.cap 38;5;29 .cap 38;5;29
.dmp 38;5;29 .dmp 38;5;29
# ////////////////////////////////////////////// # //////////////////////////////////////////////
# systemd units # systemd units
# http://www.freedesktop.org/software/systemd/man/systemd.unit.html # http://www.freedesktop.org/software/systemd/man/systemd.unit.html
@ -541,6 +573,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.snapshot 38;5;139 .snapshot 38;5;139
# ////////////////////////////////////////////// # //////////////////////////////////////////////
TERM Eterm TERM Eterm
TERM ansi TERM ansi
TERM color-xterm TERM color-xterm