move a lot of configuration around

This commit is contained in:
Matthew Stobbs
2025-02-11 20:22:42 -07:00
parent 275f5df722
commit 6d52cc6a4d
33 changed files with 180 additions and 117 deletions

View File

@@ -1,4 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 0.15.0
install_prefix: "{{ default_install_prefix }}"

View File

@@ -1,8 +0,0 @@
# vim: set filetype=yaml.ansible :
---
install_prefix: "{{ default_install_prefix }}"
install_dir: /opt/appimage/bitwarden
install_method: flatpak
dobecome: true
owner: root
group: root

View File

@@ -1,3 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 1.1.1

View File

@@ -1,8 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: v1.0.1
optimize: ReleaseFast
build: false
dobecome: true
owner: root
group: root

View File

@@ -1,4 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 1.23.6
install_path: "{{ default_install_prefix }}"

View File

@@ -1,3 +0,0 @@
# vim: set filetype=yaml.ansible :
---
use_flatpak: false

View File

@@ -1,5 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 3.13.5
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/lua-language-server

View File

@@ -1,30 +1,20 @@
# vim: set filetype=yaml.ansible :
# variables used in ansible_role_package
---
default_install_prefix: /usr/local
localpaths: # all localpaths are prefixed with the users $HOME directory
instrall: .local
appimage: .local/appimage
archive: .local/archive
cache: .cache
syspaths: # if installing at a system level (default)
install: /usr/local # executables get linked to {{ default_install_prefix }}/bin
appimage: /opt/appimage # appimages are installed to {{ apimage_install_prefix }}/<name>/
archive: /opt/archive # pre-compiled archives are extracted to {{ archive_install_prefix }}/
cache: /opt/archive/.cache # download archives here
packages: [] # list of packages to install
# Package install lists
appimages: [] # appimages to install
cargopkgs: [] # rust packages from cargo
cargoversioned: [] # versioned rust packages from cargo
caskpkgs: [] # homebrew casks
flatpkgs: [] # flatpaks
gopkgs: [] # go applications
npmpkgs: [] # npm commands
pipxpkgs: [] # pipx packages
srcpkgs: [] # packages built from source
syspkgs: [] # system package manager packages
tappkgs: [] # homebrew tap packages
# Package source lists
brewtaps: [] # homebrew taps
fpremotes: # flatpak remotes
- name: flathub
url: https://dl.flathub.org/repo/flathub.flatpakrepo
# Static package configuration
# this shouldn't be changed by the user
pkgconfig:
alacritty:
build_deps:

View File

@@ -1,4 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 0.14.0
install_prefix: "{{ default_install_prefix }}"

View File

@@ -1,11 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: v0.10.3
install_prefix: "{{ default_install_prefix }}"
install_dir: /opt/nvim
use_appimage: true
use_syspkg: true
build_type: Release
dobecome: true
owner: root
group: root

View File

@@ -1,10 +0,0 @@
# vim: set filetype=yaml.ansible :
---
install:
- CascadiaCode
- FiraCode
- Hasklig
- Lilex
- Monoid
- NerdFontsSymbolsOnly
system_install: false

View File

@@ -1,3 +0,0 @@
# vim: set filetype=yaml.ansible :
---
install_extra: true

View File

@@ -1,3 +0,0 @@
# vim: set filetype=yaml.ansible :
---
rustup_managed: false

View File

@@ -1,5 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 0.13.0
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/zig

View File

@@ -1,5 +0,0 @@
# vim: set filetype=yaml.ansible :
---
version: 0.13.0
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/zls