Skip to content

Commit

Permalink
added some julia stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
massemanet committed Feb 16, 2018
1 parent c143c7d commit da2342c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .emacs.d/Cask
Expand Up @@ -32,6 +32,7 @@
(depends-on "json-reformat")
(depends-on "json-snatcher")
(depends-on "julia-mode")
(depends-on "julia-repl")
(depends-on "magit")
(depends-on "markdown-mode")
(depends-on "nyan-mode")
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -31,6 +31,8 @@ foo*
/.gdrive/
/.gnupg*/
/.hex/
/.julia/
/.julia_history
/.kube/
/.lesshst
/.local/
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -17,9 +17,9 @@ brew update

brew install \
bash bash-completion cask coreutils curl emacs erlang \
findutils grep git htop jq pstree rebar3 tmux wget
findutils git grep htop jq make mosh pstree rebar3 tmux wget
brew cask install \
chromium docker emacs firefox slack spotify tunnelblick xquartz
chromium docker emacs firefox google-chrome slack spotify tunnelblick xquartz

# link some nice stuff
ULB=/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion bin/gitfunctions
Expand Up @@ -65,7 +65,7 @@ function gitupd() {
base=${1:-~/git}
for d in $base/*
do
echo -n `basename $d`": "
echo -n $(basename $d)": "
(cd $d && git fetch --prune 1> /dev/null && git pull)
done
}

0 comments on commit da2342c

Please sign in to comment.