Skip to content

tyilo/Mathematica-init.m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 

Repository files navigation

Mathematica-init.m

Installing

Run this in Mathematica:

newest = URLFetch@"https://raw.github.com/Tyilo/Mathematica-init.m/master/init.m";
initPath = ToFileName[{$UserBaseDirectory, "Kernel"}, "init.m"];
WriteString[f = OpenWrite@initPath, newest];
Close@f;

Updating

Once you have the init file installed, you can call the function updateInitFile[] to update the init.m file to the latest version.

Changes to preferences

View this imgur album for seeing the changes that I've made to the default Preferences in Mathematica: http://imgur.com/a/ko9A4

About

Mathematica init.m

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors