example
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
[user]
|
||||
name = Example Linux User
|
||||
email = linux@example.com
|
||||
2
example/dotfiles-repo/linux-auto/ssh/.ssh/config
Normal file
2
example/dotfiles-repo/linux-auto/ssh/.ssh/config
Normal file
@@ -0,0 +1,2 @@
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
@@ -0,0 +1 @@
|
||||
theme = dark
|
||||
@@ -1,5 +0,0 @@
|
||||
export EDITOR=vim
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
alias ll='ls -lah'
|
||||
alias gs='git status -sb'
|
||||
Reference in New Issue
Block a user