Compare commits
2 Commits
497fca49d9
...
df0775f3b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
df0775f3b2
|
|||
|
5f312d3128
|
@@ -6,7 +6,10 @@
|
||||
- name: Define workstation symlinks
|
||||
ansible.builtin.set_fact:
|
||||
workstation_symlinks:
|
||||
- { src: "$DOTFILES_PATH/zed/settings.json", dest: "~/.config/zed.json" }
|
||||
- {
|
||||
src: "$DOTFILES_PATH/config/zed.json",
|
||||
dest: "~/.config/zed/settings.json",
|
||||
}
|
||||
- { src: "$DOTFILES_PATH/config/autostart", dest: "~/.config/autostart" }
|
||||
|
||||
- name: Ensure parent directories for workstation symlinks exist
|
||||
|
||||
0
config/autostart/.gitkeep
Normal file → Executable file
0
config/autostart/.gitkeep
Normal file → Executable file
Reference in New Issue
Block a user