This commit is contained in:
2026-02-25 15:32:23 +02:00
parent 6cff65f288
commit 741173f617
24 changed files with 1205 additions and 124 deletions

View File

@@ -1,6 +1,7 @@
repository:
dotfiles-url: /ABSOLUTE/PATH/TO/flow-cli/example/dotfiles-repo
dotfiles-branch: main
pull-before-edit: true
paths:
projects-dir: ~/projects

View File

@@ -1,3 +0,0 @@
[user]
name = Example Linux User
email = linux@example.com

View File

@@ -0,0 +1,2 @@
Host *
AddKeysToAgent yes

View File

@@ -0,0 +1 @@
theme = dark

View File

@@ -1,5 +0,0 @@
export EDITOR=vim
export PATH="$HOME/.local/bin:$PATH"
alias ll='ls -lah'
alias gs='git status -sb'