diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..a5f83b7 --- /dev/null +++ b/.bashrc @@ -0,0 +1,114 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + +# don't put duplicate lines or lines starting with space in the history. +# See bash(1) for more options +HISTCONTROL=ignoreboth + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +#force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' +fi + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Add an "alert" alias for long running commands. Use like so: +# sleep 10; alert +alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..d6e25cb --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,3 @@ +if status --is-login + set PATH $PATH ~/bin +end \ No newline at end of file diff --git a/.emacs.d/elpa/archives/gnu/archive-contents b/.emacs.d/elpa/archives/gnu/archive-contents new file mode 100644 index 0000000..83a6348 --- /dev/null +++ b/.emacs.d/elpa/archives/gnu/archive-contents @@ -0,0 +1,180 @@ +(1 + (ack . + [(1 2) + nil "Interface to ack-like source code search tools" tar]) + (adaptive-wrap . + [(0 2) + nil "Smart line-wrapping with wrap-prefix" single]) + (all . + [(1 0) + nil "Edit all lines matching a given regexp" single]) + (auctex . + [(11 86 1) + nil "Integrated environment for *TeX*" tar]) + (cl-lib . + [(0 3) + nil "Properly prefixed CL functions and macros" single]) + (coffee-mode . + [(0 4 1) + nil "Major mode for CoffeeScript files" tar]) + (company . + [(0 6 10) + nil "Modular in-buffer completion framework" tar]) + (csv-mode . + [(1 2) + nil "Major mode for editing comma/char separated values" single]) + (debbugs . + [(0 4) + nil "SOAP library to access debbugs servers" tar]) + (dict-tree . + [(0 12 8) + ((trie + (0 2 5)) + (tNFA + (0 1 1)) + (heap + (0 3))) + "Dictionary data structure" single]) + (djvu . + [(0 5) + nil "Edit and view Djvu files via djvused" single]) + (docbook . + [(0 1) + nil "Info-like viewer for DocBook" single]) + (ediprolog . + [(1 0) + nil "Emacs Does Interactive Prolog" single]) + (eldoc-eval . + [(0 1) + nil "Enable eldoc support when minibuffer is in use." single]) + (enwc . + [(1 0) + nil "The Emacs Network Client" tar]) + (epoch-view . + [(0 0 1) + nil "Minor mode to visualize epoch timestamps" single]) + (f90-interface-browser . + [(1 1) + nil "Parse and browse f90 interfaces" single]) + (ggtags . + [(0 6 6) + nil "GNU Global source code tagging system" single]) + (heap . + [(0 3) + nil "Heap (a.k.a. priority queue) data structure" single]) + (ioccur . + [(2 4) + nil "Incremental occur" single]) + (jgraph-mode . + [(1 0) + nil "Major mode for Jgraph files" single]) + (js2-mode . + [(20130619) + ((emacs + (24 1))) + "Improved JavaScript editing mode" single]) + (jumpc . + [(3 0) + nil "jump to previous insertion points" single]) + (lex . + [(1 1) + nil "Lexical analyser construction" tar]) + (lmc . + [(1 2) + nil "Little Man Computer in Elisp" single]) + (load-dir . + [(0 0 3) + nil "Load all Emacs Lisp files in a given directory" single]) + (markchars . + [(0 2 0) + nil "Mark chars fitting certain characteristics" single]) + (memory-usage . + [(0 2) + nil "Analyze the memory usage of Emacs in various ways" single]) + (minimap . + [(1 0) + nil "Sidebar showing a \"mini-map\" of a buffer" single]) + (muse . + [(3 20) + nil "Authoring and publishing tool" tar]) + (nhexl-mode . + [(0 1) + nil "Minor mode to edit files via hex-dump format" single]) + (nlinum . + [(1 1) + nil "Show line numbers in the margin" single]) + (notes-mode . + [(1 30) + nil "Organizing on-line note-taking" tar]) + (num3-mode . + [(1 1) + nil "highlight groups of digits in long numbers" single]) + (oauth2 . + [(0 9) + nil "OAuth 2.0 Authorization Protocol" single]) + (omn-mode . + [(1 0) + nil "Support for OWL Manchester Notation" single]) + (org . + [(20130704) + nil "Outline-based notes management and organizer" tar]) + (quarter-plane . + [(0 1) + nil "Minor mode for quarter-plane style editing" single]) + (queue . + [(0 1) + nil "Queue data structure" single]) + (rainbow-mode . + [(0 8) + nil "Colorize color names in buffers" single]) + (register-list . + [(0 1) + nil "Interactively list/edit registers" single]) + (shen-mode . + [(0 1) + nil "Utilities for working with Shen code." tar]) + (sisu-mode . + [(3 0 3) + nil "Major mode for SiSU markup text" single]) + (smart-operator . + [(4 0) + nil "Insert operators with surrounding spaces smartly" single]) + (sml-mode . + [(6 4) + nil "Major mode for editing (Standard) ML" single]) + (sokoban . + [(1 0 4) + nil "Sokoban game for emacs" tar]) + (svg-clock . + [(0 4) + nil "Analog clock using Scalable Vector Graphics" single]) + (tNFA . + [(0 1 1) + ((queue + (0 1))) + "Tagged non-deterministic finite-state automata" single]) + (trie . + [(0 2 6) + ((tNFA + (0 1 1)) + (heap + (0 3))) + "Trie data structure" single]) + (undo-tree . + [(0 6 3) + nil "Treat undo history as a tree" single]) + (uni-confusables . + [(0 1) + nil "Unicode confusables table" tar]) + (vlf . + [(0 2) + nil "View Large Files" single]) + (windresize . + [(0 1) + nil "Resize windows interactively" single]) + (xclip . + [(1 0) + nil "Emacs Interface to XClip" single]) + (yasnippet . + [(0 8 0) + nil "A template system for Emacs" tar])) diff --git a/.emacs.d/elpa/archives/marmalade/archive-contents b/.emacs.d/elpa/archives/marmalade/archive-contents new file mode 100644 index 0000000..7a679df --- /dev/null +++ b/.emacs.d/elpa/archives/marmalade/archive-contents @@ -0,0 +1 @@ +(1(paredit .[(22)()"minor mode for editing parentheses -*- Mode: Emacs-Lisp -*-"single])(sass-mode .[(3 0 14)((haml-mode (3 0 14)))"Major mode for editing Sass files"single])(perspective .[(1 9)()"switch between named \"perspectives\" of the editor"single])(slime .[(20100404 1)()"Superior Lisp Interaction Mode for Emacs"single])(slime-repl .[(20100404)((slime (20100404)))"Read-Eval-Print Loop written in Emacs Lisp"single])(scpaste .[(0 6)((htmlize (1 39)))"Paste to the web via scp."single])(idle-highlight .[(1 0)()"highlight the word the point is on"single])(magit .[(1 2 0)()"Control Git from Emacs."tar])(durendal .[(0 2)((clojure-mode (1 7)) (slime (20100404)) (paredit (22)))"A bucket of tricks for Clojure and Slime."single])(htmlize .[(1 39)()"Convert buffer text and decorations to HTML."single])(furl .[(0 0 2)()"Friendly URL retrieval"single])(marmalade .[(0 0 4)((furl (0 0 2)))"Elisp interface for the Emacs Lisp package server."single])(yari .[(0 6)()"Yet Another RI interface for Emacs"single])(enclose .[(0 0 2)()"Enclose cursor within punctuation pairs"single])(html-script-src .[(0 0 2)()"Insert