This commit is contained in:
2026-05-13 23:02:47 +03:00
parent d0f8315cf1
commit 78f95bc88e
49 changed files with 2747 additions and 987 deletions

View File

@@ -1,10 +1,10 @@
repository:
dotfiles-url: /ABSOLUTE/PATH/TO/flow-cli/example/dotfiles-repo
dotfiles-branch: main
url: /ABSOLUTE/PATH/TO/flow-cli/example/dotfiles-repo
branch: main
pull-before-edit: true
paths:
projects-dir: ~/projects
projects: ~/projects
defaults:
container-registry: registry.example.com

View File

@@ -1,7 +1,7 @@
profiles:
linux-auto:
os: linux
requires: [TARGET_HOSTNAME, USER_EMAIL]
env-required: [TARGET_HOSTNAME, USER_EMAIL]
hostname: "{{ env.TARGET_HOSTNAME }}"
shell: zsh
packages:
@@ -12,11 +12,11 @@ profiles:
- ripgrep
- binary/neovim
- name: docker
allow_sudo: true
allow-sudo: true
post-install: |
sudo groupadd docker || true
sudo usermod -aG docker $USER
ssh-keygen:
ssh-keys:
- type: ed25519
filename: id_ed25519
comment: "{{ env.USER_EMAIL }}"