diff options
| -rw-r--r-- | ghc/.ghci | 5 | ||||
| -rw-r--r-- | git/.gitconfig | 5 | ||||
| -rw-r--r-- | mailcap/.mailcap | 5 | ||||
| -rw-r--r-- | mc/solarized.ini | 153 | ||||
| -rw-r--r-- | signature/.signature | 3 |
5 files changed, 171 insertions, 0 deletions
diff --git a/ghc/.ghci b/ghc/.ghci new file mode 100644 index 0000000..4e3d705 --- /dev/null +++ b/ghc/.ghci @@ -0,0 +1,5 @@ +-- :set prompt "\ESC[34mλ> \ESC[m" +-- :set prompt "%s λ>" +:set prompt "\ESC[0;36m\STX%s\n\ESC[0;34m\STXλ> \ESC[m\STX" +:module +Data.List +:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\"" diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..58dcb03 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,5 @@ +# This is Git's per-user configuration file. +[user] +# Please adapt and uncomment the following lines: + name = Miguel + email = m.i@gmx.at diff --git a/mailcap/.mailcap b/mailcap/.mailcap new file mode 100644 index 0000000..05edb9e --- /dev/null +++ b/mailcap/.mailcap @@ -0,0 +1,5 @@ +#text/html; w3m -I %{charset} -T text/html; copiousoutput; +#text/html; surf file:/%s; +image/*; feh -; +text/plain; vim -R -; +text/html; firefox %s;copiousoutput diff --git a/mc/solarized.ini b/mc/solarized.ini new file mode 100644 index 0000000..9415186 --- /dev/null +++ b/mc/solarized.ini @@ -0,0 +1,153 @@ +# https://github.com/peel/mc + +[skin] + description = Solarized (mostly) dark skin for Midnight Commander. + +[Lines] + # TODO: Description. + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ─ + bottommiddle = ─ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] +# Panes. + _default_ = lightgray;black ;; Default file colors/background. + selected = white;cyan ;; Color while hovering above a file/directory. + marked = white;brightmagenta ;; Marked line (using select - insert, ctrl-t, etc...) + markselect = red;cyan ;; Marked and selected. + header = white ;; Pane header (name,size,date titles). + reverse = white;brightmagenta ;; The direcotry PWD above the header, in focused pane. + +# Input fields. + inputunchanged = lightgray;black ;; Input fields colors. + input = white;black ;; Input fields, modified. + inputhistory = red;lightgray ;; Input history controller. + inputmark = black;brightred ;; Input field marked text, if any. + disabled = brightcyan;lightgray ;; Disabled input fields in dialog boxes. + gauge = magenta;blue ;; Progress bars (while copying etc). TODO: What the text stands for?! + +# Command line. + # TODO: Command prompt line colors. What are they?! + commandlinemark = black;brightred ;; Commandline marked text, if any. + commandhistory = red;brightblack ;; Command prompt history controller. + + # TODO: What these stand for? + errors = black;green + statusbar = black;green + +[popup] + # TODO: Probably user menu, screenlist, encoding, etc... + pmenunormal = black;green + pmenusel = black;green + pmenutitle = black;green + +[dialog] + _default_ = black;lightgray ;; Default colors of dialogs (e.g. copy dialog). + dfocus = black;green ;; Controller colors (checkboxes, actions) in focus. + dhotnormal = red ;; Controllers hotkey color. + dhotfocus = red;green ;; Controllers hotkey color in focus. + dtitle = white;brightmagenta ;; Dialog title. + +[error] + _default_ = black;lightgray ;; Default colors of error dialogs (e.g. overwrite permission). + errdfocus = black;green ;; Controller colors (checkboxes, actions) in focus. + errdhotnormal = red ;; Controllers hotkey color. + errdhotfocus = red;green ;; Controllers hotkey color in focus. + errdtitle = white;red ;; Error dialog title. + +[filehighlight] +# View filehighlight.ini as reference. + directory = cyan;black ;; Directories. + executable = brightred;black ;; Executable files. + symlink = magenta;black ;; Symbolic links. + stalelink = lightgray;black ;; Broken links. + device = red;blueblack ;; An interface for a device driver. + special = black;blueblack ;; Pipes (FIFOs), sockets, block files, character files etc... + core = brightcyan;black ;; Core dump files, etc?... + temp = brightgreen;black ;; Bak, Temp, ~, etc... + archive = brightmagenta;black ;; Archives. + source = green;black ;; Source files. + media = brown;black ;; Interactive media. + graph = blue;black ;; Images, in other words. + database = brightgreen;black ;; DataBases, duh. + doc = red;black ;; Documents, duh. + +[menu] + _default_ = black;lightgray ;; Default colors for menu while active. + menuinactive = black;lightgray ;; Colors for menu while inactive. + menuhot = red ;; Menu item hotkey. + menusel = black;green ;; Selected menu item. + menuhotsel = red;green ;; Selected menu item hotkey. + +[help] + _default_ = black;lightgray ;; Default help tooltip text color/background. + helpitalic = brightmagenta ;; Help when italic. + helpbold = red ;; Help when bold. + helplink = cyan ;; Links insde help tooltip. + helpslink = green ;; Links insde help tooltip focused. + helptitle = white;brightmagenta ;; Help title. + +[buttonbar] +#Bottom button bar (copy,move, etc...) + hotkey = red;brightblack ;; Hotkey colors (1-10). + button = white;brightblack ;; Button colors (text itself). + +[editor] + # TODO: These. + _default_ = lightgray;black + editbold = green;blue + editmarked = lightgray;green + editwhitespace = brightblue;blue + editlinestate = brightmagenta + bookmark = white;red + bookmarkfound = black;green + editbg = lightgray;black + editframe = lightgray;black + editframeactive = lightgray;black + editframedrag = lightgray;black + +[viewer] + # TODO: These. + viewunderline = brighmagenta;black + viewbold = brighmagenta;black + viewselected = brighmagenta;black + +[widget-common] + # TODO: These. + sort-sign-up = ↓ + sort-sign-down = ↑ + +[widget-panel] + # TODO: These. + hiddenfiles-sign-show = ⋅ + hiddenfiles-sign-hide = • + history-prev-item-sign = « + history-next-item-sign = » + history-show-list-sign = ^ + +[widget-scollbar] + # TODO: These. + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/signature/.signature b/signature/.signature new file mode 100644 index 0000000..9258b84 --- /dev/null +++ b/signature/.signature @@ -0,0 +1,3 @@ +There are only 10 types of people in the world. Those who understand +binary, those who don’t, and those who understand gray code. + |
