-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Paradi
committed
Nov 13, 2018
1 parent
b5efb0b
commit 6fcd9b4
Showing
131 changed files
with
1,323 additions
and
1,153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
--- | ||
|
||
roles_dir: "{{ home }}/.files/ansible/roles" | ||
homebrew_cask_appdir: /Applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
--- | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- import_playbook: mac_terminal.yml | ||
|
||
- hosts: macbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- hosts: macbox | ||
connection: local | ||
roles: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- hosts: macbox | ||
connection: local | ||
roles: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- hosts: macbox | ||
connection: local | ||
roles: | ||
|
@@ -14,5 +12,3 @@ | |
become_method: sudo | ||
ignore_errors: true | ||
vars: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
--- | ||
|
||
- hosts: macbox | ||
connection: local | ||
roles: | ||
- oh-my-zsh | ||
become_method: sudo | ||
ignore_errors: true | ||
vars: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
--- | ||
|
||
- hosts: macbox | ||
connection: local | ||
roles: | ||
- role: ssh-keys #id_rsa key generation | ||
- role: ssh-keys #id_rsa key generation | ||
become_method: sudo | ||
ignore_errors: true | ||
vars: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
|
||
adrw_shell__aliases: .adrw-aliases | ||
adrw_shell__functions: .adrw-functions | ||
adrw_shell__source: "source {{ home }}/{{ adrw_shell__aliases }} | ||
\nsource {{ home }}/{{ adrw_shell__functions }}" | ||
\nsource {{ home }}/{{ adrw_shell__functions }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Andrew Paradi | ||
company: | ||
company: | ||
license: MIT | ||
min_ansible_version: 2.0 | ||
platforms: | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
--- | ||
|
||
anaconda__path: export PATH=/Users/me/.homebrew/anaconda3/bin:"$PATH" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Andrew Paradi | ||
company: | ||
company: | ||
license: MIT | ||
min_ansible_version: 2.0 | ||
platforms: | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- name: Install Anaconda | ||
homebrew_cask: | ||
name: anaconda | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
--- | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Andrew Paradi | ||
company: | ||
company: | ||
license: MIT | ||
min_ansible_version: 2.0 | ||
platforms: | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
|
||
- name: Include atom vars files | ||
include_vars: | ||
dir: ../vars/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ atom_packages: | |
- markdown-scroll-sync | ||
- markdown-writer | ||
- multi-cursor | ||
- remote-sync | ||
- remote-sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--- | ||
aliases__source: 'source {{ home }}/.ap-aliases' | ||
aliases__source: "source {{ home }}/.ap-aliases" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Andrew Paradi | ||
company: | ||
company: | ||
license: MIT | ||
min_ansible_version: 2.0 | ||
platforms: | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
- name: Darwin | ||
versions: | ||
- trusty | ||
- vivid | ||
- xenial | ||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
--- | ||
|
||
bash__powerline_div: "### Theme" | ||
bash__powerline_source: 'source {{ home }}/.adrw-bash-powerline.sh' | ||
bash__powerline_source: "source {{ home }}/.adrw-bash-powerline.sh" | ||
bash__powerline_url: https://raw.githubusercontent.com/riobard/bash-powerline/master/bash-powerline.sh | ||
bash__powerline_file: .bash-powerline.sh | ||
bash__powerline_adrw_file: .adrw-bash-powerline.sh |
Oops, something went wrong.