diff options
author | Alan Pearce | 2017-03-17 10:01:23 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-17 10:01:23 +0100 |
commit | 9fee193c12d92ab503f1ba334345f7e56c10f217 (patch) | |
tree | d6e1256f572f32848cd0ad0ac1bfa936069e38b6 | |
parent | 397ce671bb028802d528faf8811101e08557e527 (diff) | |
download | dotfiles-9fee193c12d92ab503f1ba334345f7e56c10f217.tar.lz dotfiles-9fee193c12d92ab503f1ba334345f7e56c10f217.tar.zst dotfiles-9fee193c12d92ab503f1ba334345f7e56c10f217.zip |
Merge host-specific configuration to tags
-rw-r--r-- | emacs/.emacs.d/private.el.gpg (renamed from host-ap-spotcap.local/emacs.d/private.el.gpg) | bin | 2288 -> 2288 bytes | |||
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 9 | ||||
-rw-r--r-- | host-ap-spotcap.local/rcrc.local | 2 | ||||
-rw-r--r-- | host-prefect/Xresources | 4 | ||||
-rw-r--r-- | host-prefect/rcrc.local | 2 | ||||
-rw-r--r-- | mpv/.config/config (renamed from host-ap-spotcap.local/config/mpv/config) | 0 | ||||
-rw-r--r-- | slate/.slate (renamed from host-ap-spotcap.local/slate) | 0 | ||||
-rw-r--r-- | xmodmap/xmodmaprc (renamed from host-marvin/xmodmaprc) | 0 | ||||
-rw-r--r-- | zsh/.config/zsh/.zshenv | 5 | ||||
-rw-r--r-- | zsh/.config/zsh/.zshrc | 6 |
10 files changed, 11 insertions, 17 deletions
diff --git a/host-ap-spotcap.local/emacs.d/private.el.gpg b/emacs/.emacs.d/private.el.gpg index 784a023..784a023 100644 --- a/host-ap-spotcap.local/emacs.d/private.el.gpg +++ b/emacs/.emacs.d/private.el.gpg Binary files differdiff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local deleted file mode 100644 index af63e1b..0000000 --- a/host-ap-spotcap.local/config/zsh/zshenv.local +++ /dev/null @@ -1,9 +0,0 @@ -# -*- mode: sh; -*- -if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] -then - . $HOME/.nix-profile/etc/profile.d/nix.sh; -fi - -JIRA_RAPID_BOARD=true -JIRA_URL=https://spotcap.atlassian.net -EMAIL=alan.pearce@spotcap.com diff --git a/host-ap-spotcap.local/rcrc.local b/host-ap-spotcap.local/rcrc.local deleted file mode 100644 index 4639c9e..0000000 --- a/host-ap-spotcap.local/rcrc.local +++ /dev/null @@ -1,2 +0,0 @@ -DOTFILES_DIRS="$HOME/projects/dotfiles" -TAGS="emacs git global tmux zsh" \ No newline at end of file diff --git a/host-prefect/Xresources b/host-prefect/Xresources deleted file mode 100644 index c89d486..0000000 --- a/host-prefect/Xresources +++ /dev/null @@ -1,4 +0,0 @@ -#include "main" - -Emacs.Font: -xos4-Terminus-normal-normal-normal-*-14-*-*-*-*-*-*-* -Emacs.fixed-pitch.attributeFont: -xos4-Terminus-normal-normal-normal-*-14-*-*-*-*-*-*-* diff --git a/host-prefect/rcrc.local b/host-prefect/rcrc.local deleted file mode 100644 index 3b80dd6..0000000 --- a/host-prefect/rcrc.local +++ /dev/null @@ -1,2 +0,0 @@ -DOTFILES_DIRS="$HOME/projects/dotfiles" -TAGS="emacs git hg clojure ssh zsh" diff --git a/host-ap-spotcap.local/config/mpv/config b/mpv/.config/config index 56c6d99..56c6d99 100644 --- a/host-ap-spotcap.local/config/mpv/config +++ b/mpv/.config/config diff --git a/host-ap-spotcap.local/slate b/slate/.slate index e8c675d..e8c675d 100644 --- a/host-ap-spotcap.local/slate +++ b/slate/.slate diff --git a/host-marvin/xmodmaprc b/xmodmap/xmodmaprc index 82a8674..82a8674 100644 --- a/host-marvin/xmodmaprc +++ b/xmodmap/xmodmaprc diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv index f1cad02..0be5a7a 100644 --- a/zsh/.config/zsh/.zshenv +++ b/zsh/.config/zsh/.zshenv @@ -17,6 +17,11 @@ then export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR:-/run/user/$UID}/ssh-agent fi + if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] + then + . $HOME/.nix-profile/etc/profile.d/nix.sh; + fi + case $OSTYPE in darwin*) os=darwin diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index f2102b3..8a9c806 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -133,6 +133,12 @@ then eval $(ssh-agent) fi +if zplug check gerges/oh-my-zsh-jira-plus +then + JIRA_RAPID_BOARD=true + JIRA_URL=https://spotcap.atlassian.net +fi + # Then, source plugins and add commands to $PATH zplug load |