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 940cb77f7717ab4a888a475f4a04038f237fdb67
parent f23fd5a7ea6309ee696226b12eda811dc2cc79cb
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 23 Nov 2015 13:43:38 +0100

add autossh

Diffstat:
Mosx-install.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/osx-install.sh b/osx-install.sh @@ -10,6 +10,7 @@ brews=( "asciinema"\ "aspell"\ "autoconf"\ "automake"\ + "autossh"\ "caskroom/cask/brew-cask"\ "cmake"\ "emacs-mac --with-spacemacs-icon"\ @@ -107,6 +108,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then ln -s ~/iCloud/articles ~/articles ln -s ~/iCloud/src ~/src ln -s ~/iCloud/doc ~/doc + ln -s ~/doc/.password-store ~/.password-store ln -s ~/iCloud/uni ~/uni ln -s ~/iCloud/videos ~/videos fi