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 18672674b59aa29cf3926c73ea995e48aa4e0605
parent eb51bd1ea18c732ac56004d87fc44d804cf9fd2d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 24 Feb 2016 15:10:06 -0800

add urlview and symlinks

Diffstat:
Mcreate_symlinks.sh | 2+-
Mosx-install.sh | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -4,7 +4,7 @@ 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 \ - .juliarc.jl .mailcap; do + .juliarc.jl .mailcap .offlineimaprc .msmtprc; do SOURCE=$PWD/$F TARGET=~/$F diff --git a/osx-install.sh b/osx-install.sh @@ -45,6 +45,7 @@ brews=( \ "tor"\ "torsocks"\ "tree"\ + "urlview"\ "vim"\ "vtk --with-tcl --with-qt --with-python --with-matplotlib --with-examples"\ "w3m"\