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 866a97ebe32643a86d775f894a528e8940101c19
parent 3a885863c400ea873d750a045720557234aa9f71
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 14 Sep 2015 16:06:23 +0200

add aspell, disable anaconda, remove creative cloud installer

Diffstat:
M.spacemacs | 2+-
Minstall.sh | 3+++
Mosx-install.sh | 4++--
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.spacemacs b/.spacemacs @@ -223,7 +223,7 @@ layers configuration." (setq org-src-fontify-natively t) ;; use python from anaconda - (setq python-shell-virtualenv-path "~/anaconda/bin") + ;(setq python-shell-virtualenv-path "~/anaconda/bin") ) diff --git a/install.sh b/install.sh @@ -39,3 +39,6 @@ git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d # Install tmuxinator sudo gem install tmuxinator + +# Install Python GDB configuration +wget -P ~ git.io/.gdbinit diff --git a/osx-install.sh b/osx-install.sh @@ -7,6 +7,7 @@ brew tap railwaycat/emacsmacport # from `brew list` brews=( "asciinema"\ + "aspell"\ "autoconf"\ "automake"\ "caskroom/cask/brew-cask"\ @@ -47,8 +48,7 @@ for brew in "${brews[@]}"; do done # from `brew cask list` -casks=( "adobe-creative-cloud" \ - "adobe-reader"\ +casks=("adobe-reader"\ "alfred"\ "amethyst"\ "android-studio"\