Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
minicoin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Volker Hilsheimer
minicoin
Commits
a17fd9bf
Commit
a17fd9bf
authored
Nov 23, 2020
by
Volker Hilsheimer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example minicoin.yml file for per-user configuration
parent
539c9e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
example/home_minicoin.yml
example/home_minicoin.yml
+20
-0
No files found.
example/home_minicoin.yml
0 → 100644
View file @
a17fd9bf
# This is an example of a user-specific minicoin.yml configuration
# Drop the contents of this file into ~/minicoin/minicoin.yml
settings
:
# defaults are applied to all machines
defaults
:
# all machines get the following roles
roles
:
# upload your .gitconfig to all VMs
-
role
:
upload
files
:
$HOME/.gitconfig
:
~/.gitconfig
# sync your local ~/qt/dev folder with all VMs using mutagen
-
role
:
mutagen
paths
:
# adjust this path based on your local file system
-
~/qt/dev
# you can add more entries here, e.g
# - ~/qt/6.0
# all machines are created with four virtual CPUs
cpus
:
4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment