Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 547 Bytes

dotfiles

After cloning the repo, run the install script to automatically set up the development environment. The install script is idempotent: it can safely be run multiple times. Call the script with an appropriate argument (depending on the computer):

$ ./install manjaro-desktop # on manjaro desktops
$ ./install mac-desktop     # on mac desktops
$ ./install ubuntu-server   # on ubuntu servers
$ ./install arch-server     # on arch servers

The repository uses Dotbot for installation.