Skip to content

Commit

Permalink
Recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
overthink committed Nov 24, 2017
1 parent 4150bfd commit ddd4376
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions home/.i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions home/.lein/profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
Expand Down
1 change: 1 addition & 0 deletions home/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddd4376

Please sign in to comment.