| Commit message (Collapse) | Author | Files | Lines |
|
The variable is used to define the kind of machine we're managing.
`isDesktop` is a bit more descriptive.
We import `devel` for all machines, and we fine tune which packages we
want to install based on the value of `isDesktop`.
|
|
|
|
Add python, and move go from the cli modules. Install these modules only
if we're a "desktop".
|
|
|
|
Binaries are going to $HOME/.local/bin.go and we want to make sure that
modules coming from git.fcuny.net and golang.fcuny.net are considered
private.
|
|
|
|
Add git configuration and move go to its own module.
|