CSE320/course_tools
2022-04-16 11:33:13 -04:00
..
boxfort-commit-ac0507b feat: added files 2022-04-16 11:33:13 -04:00
criterion.zip feat: added files 2022-04-16 11:33:13 -04:00
git-submit feat: added files 2022-04-16 11:33:13 -04:00
README.md feat: added files 2022-04-16 11:33:13 -04:00
SublimeLinter.sublime-settings feat: added files 2022-04-16 11:33:13 -04:00
vm-setup.sh feat: added files 2022-04-16 11:33:13 -04:00

CSE 320 Fall 2020 Course Tools

Run the script to install the 320 course tools and packages.

$ bash vm-setup.sh

The script will ask for sudo privileges to install packages.

NOTE THIS TOOL RUNS APT UPGRADE

Once the script has been run, read the comments at the end of the script in order to install packages into the Sublime Text editor. The commented commands in the script are an old version of an automatic installation procedure, which doesn't work any more. What you should do instead is to first manually install "Package Control", then "SublimeLinter", "SublimeLinter-gcc", and "TrailingSpaces". Then, copy file SublimeLinter.sublime-settings to directory ~/.config/sublime-text-3/Packages/User as described in the comments.