Commit Graph

68 Commits

Author SHA1 Message Date
00f9a924c4 feat: add shellcheck installer 2022-08-06 20:23:56 -05:00
4f3411b8fd fix(arch): install rsync 2022-08-05 15:51:45 -05:00
fbda1c4c58 fix(arch): install tcl-tk separately 2022-08-05 15:45:19 -05:00
78cb57e8c4 fix: pacman use become 2022-08-05 15:39:49 -05:00
ff63a6b5e1 refactor: place rust build deps into prereqs 2022-08-03 02:51:16 -05:00
1f5ebb2d3e fix: set when block to correct indent 2022-08-03 02:06:06 -05:00
38c8c03b70 feat: install homebrew if missing 2022-08-03 02:04:42 -05:00
6288c7bc04 feat: add go package installer 2022-08-03 01:10:59 -05:00
86cb4b139f feat: check if node source is installed
We do this check to avoid reinstalling node source for no reason
2022-08-03 01:09:59 -05:00
3739c96518 fix: use loop control in rust installer
This avoids variable duplication on `item`
2022-08-03 01:09:37 -05:00
e378a014d0 refactor: extract epel-release to before prereq install 2022-08-03 00:33:08 -05:00
7238b182d7 refactor: lua install from package managers 2022-08-03 00:32:32 -05:00
660989398b fix: use correct openssh for debian ssh client 2022-08-03 00:00:30 -05:00
68443e3023 fix: match macos as macosx 2022-08-02 23:50:27 -05:00
cd27eb56c4 fix: use correct indentation for when 2022-08-02 23:49:49 -05:00
c19b59aa8c feat: add jdk installer for arch 2022-08-02 23:43:06 -05:00
b03777ee1c feat: add installer for java 2022-08-02 23:37:00 -05:00
f7c0e46731 fix: use epel-release in prereqs install 2022-08-02 23:36:46 -05:00
54bb5efa22 feat: add installer for prereqs 2022-08-02 23:12:45 -05:00
dc506d40a9 fix: use become for apt & dnf 2022-08-02 23:12:29 -05:00
b000c1d2b7 feat: add installer for node 2022-08-02 22:59:02 -05:00
e42625a120 feat: ruby include ruby gems 2022-08-02 21:35:50 -05:00
c375acefad feat: add ruby installer 2022-08-02 21:29:15 -05:00
c9e15070fd feat: add luarocks to lua installer 2022-08-02 21:24:10 -05:00
6e73181c43 feat: add golang installer 2022-08-02 20:44:43 -05:00
39a6e5669e refactor: move pyenv to global tasks 2022-08-02 19:55:37 -05:00
cbce4faee7 fix: ensure macos deploy works 2022-08-02 16:50:42 -05:00
679156fc51 fix: escalate for lua install 2022-08-02 15:03:42 -05:00
c8b0ec95c2 # On branch Development
# Your branch is up to date with 'origin/Development'.
#
# Changes to be committed:
#   (use "git restore --staged <file>..." to unstage)
# 	modified:   inventories/inventory.yml
# 	modified:   tasks/install-fzf.yml
2022-08-02 01:50:48 -05:00
f8cec5c3ea feat: FULL DEPLOY, LETS GOOOO 2022-08-02 01:35:18 -05:00
a7e7835d64 feat(nvim): deps 2022-08-01 23:41:47 -05:00
04e1fee382 fix: set rust toolchain if unset 2022-08-01 21:45:12 -05:00
e815543b57 fix: use become for dnf & apt 2022-08-01 18:29:46 -05:00
fe7d0916ab feat: add pre-tasks 2022-08-01 18:20:40 -05:00
8a288c097a fix: remove duplicate epel 2022-08-01 17:37:41 -05:00
b2a9428ad6 feat: install yamllint 2022-08-01 17:28:14 -05:00
b25bc25254 fix: use dotnet workdir .path 2022-08-01 17:05:47 -05:00
c255f7dd66 fix: only run dotnet installer when dotnet missing 2022-08-01 17:04:42 -05:00
0f3a05d5d0 fix: dotnet actually use wkdir path 2022-08-01 17:04:01 -05:00
7393ba068a fix: install dotnet from workdir 2022-08-01 17:03:13 -05:00
b32961ad75 feat: add dotnet installer 2022-08-01 17:02:04 -05:00
bb3128a926 fix: use .path suffix for tempfile 2022-08-01 04:52:00 -05:00
d3705fa5e3 fix: fail if tempdirs cannot be used 2022-08-01 04:48:42 -05:00
79ee1a853f fix: lua use a tempdir 2022-08-01 04:47:20 -05:00
e68a6cabb8 fix: creating temp working dir for rust install 2022-08-01 04:46:13 -05:00
2bb6973e3a fix: do not create dirs if lua exists 2022-08-01 04:39:16 -05:00
ba2d5d05af fix: do a check for fzf shell files 2022-08-01 04:34:49 -05:00
410a143cbb fix: use lua dest extracted 2022-08-01 04:26:41 -05:00
dd42652fe8 fix: use var for lua extracted 2022-08-01 04:26:15 -05:00
cda29915ce fix: correctly change dirs 2022-08-01 04:22:55 -05:00