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
da5e98ba
Commit
da5e98ba
authored
Jan 30, 2019
by
Christopher League
Browse files
atom `lorem` package
parent
c36efdeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
skel.nix
View file @
da5e98ba
...
...
@@ -34,9 +34,11 @@ in
before
=
[];
after
=
[];
data
=
''
if [[ ! -d ~/.atom/packages/atom-html-preview ]]; then
$DRY_RUN_CMD apm install atom-html-preview
fi
for pkg in atom-html-preview lorem; do
if [[ ! -d ~/.atom/packages/$pkg ]]; then
$DRY_RUN_CMD apm install $pkg
fi
done
$DRY_RUN_CMD rsync --ignore-existing
${
rsync-args
}
''
;
};
...
...
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