Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
nixvm
Commits
2852598d
Commit
2852598d
authored
Jan 27, 2019
by
Christopher League
Browse files
atom-html-preview
parent
081dd072
Changes
1
Hide whitespace changes
Inline
Side-by-side
skel.nix
View file @
2852598d
...
...
@@ -17,6 +17,7 @@ in
echo
echo 'Press enter to proceed or control-C to cancel.'
read answer
apm install atom-html-preview
rsync
${
rsync-args
}
echo
echo 'Configuration files reset, we will now log out'
...
...
@@ -32,7 +33,12 @@ in
home
.
activation
.
copySkelConfigs
=
{
before
=
[];
after
=
[];
data
=
"$DRY_RUN_CMD rsync --ignore-existing
${
rsync-args
}
"
;
data
=
''
if [[ ! -d ~/.atom/packages/atom-html-preview ]]; then
$DRY_RUN_CMD apm install atom-html-preview
fi
$DRY_RUN_CMD rsync --ignore-existing
${
rsync-args
}
''
;
};
};
}
Write
Preview
Supports
Markdown
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