Commit Graph

78 Commits

Author SHA1 Message Date
795e9645c7
feat: add installer for deno
TODO: Support more operating systems
2023-10-24 04:21:43 -05:00
1a13ef960a
refactor: do not update package caches when installing pyenv deps 2023-04-11 07:46:37 -05:00
7f4622f4cf
style: format with prettier 2023-04-02 22:12:02 -05:00
9fd39749d5
fix: remove 3.1 dotnet sdk 2023-03-10 09:32:42 -06:00
0556fbd913 refactor: improve dotnet install and versions 2023-02-20 05:55:22 -06:00
3528767d9d refactor(fzf): improved git handling for fzf 2023-02-12 11:36:33 -06:00
eb4000474a fix: properly install zathura 2023-02-08 06:56:36 -06:00
b09fdfba56 fix: install proper dotnet versions 2023-01-17 14:35:27 -06:00
73d29ef792 feat: add zathura installer 2022-09-06 03:38:51 -05:00
92c356d7a4 fix: correctly target archlinux for shellcheck 2022-08-06 20:33:02 -05:00
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