This commit is contained in:
2023-07-02 14:18:29 -05:00
parent 96d9eaff42
commit 142a6e67e9
2 changed files with 12 additions and 0 deletions

View File

@@ -45,6 +45,11 @@
shell: git clone https://github.com/DeveloperDurp/dotfiles.git ~/.dotfiles
when: dotfiles.stat.exists == false
- name: run stow
become_user: user
shell: "stow -t $HOME -v {{ item }}"
with_items: "{{ stowdir }}"
- name: Check that Oh My ZSH is installed
become_user: user
stat:

View File

@@ -51,3 +51,10 @@ configs:
- {src: 'popshell-config.json', dest: 'pop-shell', destname: 'config.json'}
- {src: 'code-settings.json', dest: 'VSCodium/User', destname: 'settings.json'}
stowdir:
- "codium"
- "nvim"
- "powershell"
- "tmux"
- "terminator"
- "zsh"