dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d70f7278fe90a49cca227ed8bb28f58084c95e83
parent 2db3cdf237d8e95294fd9975a108dc3fed0d5f42
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 10 Dec 2015 11:13:47 +0100

Merge branch 'master' of github.com:anders-dc/dotfiles

Diffstat:
A.juliarc.jl | 2++
Mcreate_symlinks.sh | 3++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.juliarc.jl b/.juliarc.jl @@ -0,0 +1,2 @@ +#!/usr/bin/env julia +push!(LOAD_PATH, "/Users/ad/src/julia/dem/") diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -3,7 +3,8 @@ # Home folder dotfiles for F in .bashrc .vimrc .inputrc .tmux.conf .xpdfrc .signature .Xresources \ .Xmodmap .xinitrc .xprofile .zshrc .conkyrc .xbindkeysrc .gitconfig \ - .vimperatorrc .vimpcrc .compton.conf .locale .ctags .spacemacs; do + .vimperatorrc .vimpcrc .compton.conf .locale .ctags .spacemacs \ + .juliarc.jl; do SOURCE=$PWD/$F TARGET=~/$F