Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 487 Bytes

README

This script can be run on GNU/Linux computers in the Marder Lab. It installs some basic stuff, configures things to be a little more useful.

To install, first make sure you have git installed:

Arch/Manjaro:

sudo pacman -S git

Debian/Ubuntu:

sudo apt install git

Finally, paste this into a prompt:

cd ~
git clone https://github.com/marderlab/setup
cd setup
bash setup

The script respects idempotence, so you can run it over and over again.