From ddd437618f92f1095f63baf0de14bb73275b5c60 Mon Sep 17 00:00:00 2001 From: Mark Feeney Date: Fri, 24 Nov 2017 12:37:37 -0500 Subject: [PATCH] Recent changes --- home/.bash_profile | 1 + home/.i3/config | 1 + home/.lein/profiles.clj | 1 + home/.vimrc | 1 + 4 files changed, 4 insertions(+) diff --git a/home/.bash_profile b/home/.bash_profile index 3bc2ae3..ce9c8c6 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -3,3 +3,4 @@ if [ -r ~/.profile ]; then . ~/.profile; fi case "$-" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac +if [ -e /home/mark/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mark/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer diff --git a/home/.i3/config b/home/.i3/config index ebe4d14..2e870e9 100644 --- a/home/.i3/config +++ b/home/.i3/config @@ -6,6 +6,7 @@ exec --no-startup-id xset dpms 600 exec --no-startup-id xautolock -time 10 -locker "i3lock -c 000000" exec --no-startup-id $HOME/.dropbox-dist/dropboxd exec --no-startup-id shutter --min_at_startup +exec --no-startup-id gnome-keyring-daemon --components=pkcs11,secrets,ssh # Add the following to ~/.profile to get the gui keyring manager # if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then diff --git a/home/.lein/profiles.clj b/home/.lein/profiles.clj index 9bb9ac4..a2904d1 100644 --- a/home/.lein/profiles.clj +++ b/home/.lein/profiles.clj @@ -6,6 +6,7 @@ :keyword-typos]}} :user {:plugins [[cider/cider-nrepl "0.9.1"] ;[lein-nodisassemble "0.1.3"] + [lein-nvd "0.3.0"] [lein-try "0.4.3"]] :dependencies [#_[criterium "0.4.3"] [slamhound "1.5.5"]] diff --git a/home/.vimrc b/home/.vimrc index 02df77f..b63775c 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -30,6 +30,7 @@ Plugin 'tpope/vim-unimpaired' Plugin 'fatih/vim-go' Plugin 'jamessan/vim-gnupg' Plugin 'cespare/vim-toml' +Plugin 'LnL7/vim-nix' call vundle#end() " required filetype plugin indent on " required