Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
setup_desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Heidbüchel
setup_desktop
Commits
252811ed
Unverified
Commit
252811ed
authored
Mar 13, 2018
by
Jens Heidbüchel
Browse files
Options
Downloads
Patches
Plain Diff
Refactor generic stuff
parent
2c66c7c9
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.rst
+3
-3
3 additions, 3 deletions
README.rst
local.yml
+5
-2
5 additions, 2 deletions
local.yml
osx.yml
+0
-30
0 additions, 30 deletions
osx.yml
with
8 additions
and
35 deletions
README.rst
+
3
−
3
View file @
252811ed
###############
########
###############
Install
new OSX machine
Install
Desktop
###############
########
###############
First run
First run
=========
=========
...
...
This diff is collapsed.
Click to expand it.
local.yml
+
5
−
2
View file @
252811ed
---
---
-
hosts
:
localhost
-
name
:
Setup desktop
hosts
:
localhost
tasks
:
tasks
:
-
name
:
Confgure Mac
-
name
:
Conf
i
gure Mac
include_tasks
:
osx.yml
include_tasks
:
osx.yml
when
:
"
ansible_os_family
==
'Darwin'"
when
:
"
ansible_os_family
==
'Darwin'"
-
name
:
Do generic tasks
include_tasks
:
generic.yml
This diff is collapsed.
Click to expand it.
osx.yml
+
0
−
30
View file @
252811ed
...
@@ -18,33 +18,3 @@
...
@@ -18,33 +18,3 @@
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
state
:
present
state
:
present
with_items
:
"
{{
homebrew_cask_packages
}}"
with_items
:
"
{{
homebrew_cask_packages
}}"
-
name
:
Create vim directory structure
file
:
path
:
"
{{
item
}}"
state
:
directory
with_items
:
"
{{
vim_dirs
}}"
-
name
:
Install vim plugins
git
:
repo
:
"
https://github.com/{{
item
}}"
dest
:
"
{{
vim_plugin_target
}}{{
item.split('/')[1]
}}"
with_items
:
"
{{
vim_plugins
}}"
-
name
:
Get dot files
git
:
repo
:
https://github.com/forkedjensh/dotfiles
dest
:
~/dotfiles/
-
name
:
Find dot files
find
:
paths
:
~/dotfiles/
pattern
:
_*
register
:
dotfiles
-
name
:
Link dot files
file
:
src
:
"
{{
item.path
}}"
dest
:
"
{{
item.path
|
regex_replace('dotfiles/_',
'.')
}}"
state
:
link
with_items
:
"
{{
dotfiles.files
}}"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment