diff options
| author | jason | 2017-03-02 11:24:38 -0700 |
|---|---|---|
| committer | jason | 2017-03-02 11:24:38 -0700 |
| commit | 6985ed3f37a6c7a28e78b048212df2f65de07b1c (patch) | |
| tree | 569f8bbde4ea59cf72425d3e7d843c8498a75db0 | |
| parent | 3a1fec1a11fff0cde1641c07e71419ead6679cb4 (diff) | |
| download | dotfiles-6985ed3f37a6c7a28e78b048212df2f65de07b1c.tar.gz dotfiles-6985ed3f37a6c7a28e78b048212df2f65de07b1c.zip | |
Updated layout to support GNU Stow
| -rw-r--r-- | .authinfo.gpg | bin | 1343 -> 1371 bytes | |||
| -rwxr-xr-x | .local/share/applications/mimeapps.list | 1 | ||||
| -rw-r--r-- | amethyst/.amethyst (renamed from amethyst) | 0 | ||||
| -rwxr-xr-x | emacs/.local/share/applications/emacsclient.desktop (renamed from .local/share/applications/emacsclient.desktop) | 0 | ||||
| -rwxr-xr-x | emacs/.local/share/applications/mimeapps.list | 7 | ||||
| -rw-r--r-- | i3/.config/i3/config (renamed from .config/i3/config) | 0 | ||||
| -rw-r--r-- | procmail/.procmailrc (renamed from .procmailrc) | 0 | ||||
| -rw-r--r-- | xorg/.Xmodmap (renamed from .Xmodmap) | 0 | ||||
| -rw-r--r-- | xorg/.Xmodmap-pckeyboard_fix (renamed from .Xmodmap-pckeyboard_fix) | 0 | ||||
| -rw-r--r-- | xorg/.Xresources (renamed from .Xresources) | 1 | ||||
| -rw-r--r-- | zsh/.zshrc (renamed from .zshrc) | 11 |
11 files changed, 18 insertions, 2 deletions
diff --git a/.authinfo.gpg b/.authinfo.gpg index 7d74c00..ffc7538 100644 --- a/.authinfo.gpg +++ b/.authinfo.gpg | |||
| Binary files differ | |||
diff --git a/.local/share/applications/mimeapps.list b/.local/share/applications/mimeapps.list deleted file mode 100755 index d0d0bcb..0000000 --- a/.local/share/applications/mimeapps.list +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | x-scheme-handler/org-protocol=emacsclient.desktop | ||
diff --git a/amethyst b/amethyst/.amethyst index 5631413..5631413 100644 --- a/amethyst +++ b/amethyst/.amethyst | |||
diff --git a/.local/share/applications/emacsclient.desktop b/emacs/.local/share/applications/emacsclient.desktop index 1629a69..1629a69 100755 --- a/.local/share/applications/emacsclient.desktop +++ b/emacs/.local/share/applications/emacsclient.desktop | |||
diff --git a/emacs/.local/share/applications/mimeapps.list b/emacs/.local/share/applications/mimeapps.list new file mode 100755 index 0000000..a5853b0 --- /dev/null +++ b/emacs/.local/share/applications/mimeapps.list | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [Default Applications] | ||
| 2 | text/html=vivaldi-stable.desktop | ||
| 3 | x-scheme-handler/http=vivaldi-stable.desktop | ||
| 4 | x-scheme-handler/https=vivaldi-stable.desktop | ||
| 5 | x-scheme-handler/about=vivaldi-stable.desktop | ||
| 6 | x-scheme-handler/unknown=vivaldi-stable.desktop | ||
| 7 | x-scheme-handler/org-protocol=emacsclient.desktop | ||
diff --git a/.config/i3/config b/i3/.config/i3/config index 71f8d4e..71f8d4e 100644 --- a/.config/i3/config +++ b/i3/.config/i3/config | |||
diff --git a/.procmailrc b/procmail/.procmailrc index 99a57fb..99a57fb 100644 --- a/.procmailrc +++ b/procmail/.procmailrc | |||
diff --git a/.Xmodmap-pckeyboard_fix b/xorg/.Xmodmap-pckeyboard_fix index a89845d..a89845d 100644 --- a/.Xmodmap-pckeyboard_fix +++ b/xorg/.Xmodmap-pckeyboard_fix | |||
diff --git a/.Xresources b/xorg/.Xresources index 0315c2e..3903541 100644 --- a/.Xresources +++ b/xorg/.Xresources | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | Xcursor.size: 16 | 1 | Xcursor.size: 16 |
| 2 | Xft.dpi: 96 | ||
| 2 | 3 | ||
| 3 | ! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD) | 4 | ! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD) |
| 4 | xterm*VT100.Translations: #override Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n Ctrl Shift <Key>C: copy-selection(CLIPBOARD) | 5 | xterm*VT100.Translations: #override Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n Ctrl Shift <Key>C: copy-selection(CLIPBOARD) |
| @@ -54,6 +54,7 @@ ZSH=~/.oh-my-zsh | |||
| 54 | source $ZSH/oh-my-zsh.sh | 54 | source $ZSH/oh-my-zsh.sh |
| 55 | 55 | ||
| 56 | export RUST_SRC_PATH="$HOME/Code/rust-lang/src" | 56 | export RUST_SRC_PATH="$HOME/Code/rust-lang/src" |
| 57 | source $HOME/.cargo/env | ||
| 57 | 58 | ||
| 58 | export PATH="$HOME/bin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/games" | 59 | export PATH="$HOME/bin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/games" |
| 59 | export MANPATH="/usr/local/man:$MANPATH" | 60 | export MANPATH="/usr/local/man:$MANPATH" |
| @@ -83,7 +84,7 @@ alias ducks='du -cks * |sort -rn |head -11' | |||
| 83 | source /usr/local/bin/virtualenvwrapper.sh | 84 | source /usr/local/bin/virtualenvwrapper.sh |
| 84 | 85 | ||
| 85 | # emacsclient is a script located in ~/bin | 86 | # emacsclient is a script located in ~/bin |
| 86 | alias emacs='emacsclient -nw' | 87 | alias emacs='emacsclient' |
| 87 | 88 | ||
| 88 | alias dc='docker-compose' | 89 | alias dc='docker-compose' |
| 89 | 90 | ||
| @@ -95,3 +96,11 @@ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" | |||
| 95 | export GPG_TTY=$(tty) | 96 | export GPG_TTY=$(tty) |
| 96 | export COMPOSE_HTTP_TIMEOUT=600 | 97 | export COMPOSE_HTTP_TIMEOUT=600 |
| 97 | export DOCKER_CLIENT_TIMEOUT=120 | 98 | export DOCKER_CLIENT_TIMEOUT=120 |
| 99 | |||
| 100 | show_virtual_env() { | ||
| 101 | if [ -n "$VIRTUAL_ENV" ]; then | ||
| 102 | echo "($(basename $VIRTUAL_ENV))" | ||
| 103 | fi | ||
| 104 | } | ||
| 105 | |||
| 106 | PS1='$(show_virtual_env)'$PS1 | ||