update
This commit is contained in:
@@ -45,6 +45,11 @@
|
|||||||
shell: git clone https://github.com/DeveloperDurp/dotfiles.git ~/.dotfiles
|
shell: git clone https://github.com/DeveloperDurp/dotfiles.git ~/.dotfiles
|
||||||
when: dotfiles.stat.exists == false
|
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
|
- name: Check that Oh My ZSH is installed
|
||||||
become_user: user
|
become_user: user
|
||||||
stat:
|
stat:
|
||||||
|
|||||||
@@ -51,3 +51,10 @@ configs:
|
|||||||
- {src: 'popshell-config.json', dest: 'pop-shell', destname: 'config.json'}
|
- {src: 'popshell-config.json', dest: 'pop-shell', destname: 'config.json'}
|
||||||
- {src: 'code-settings.json', dest: 'VSCodium/User', destname: 'settings.json'}
|
- {src: 'code-settings.json', dest: 'VSCodium/User', destname: 'settings.json'}
|
||||||
|
|
||||||
|
stowdir:
|
||||||
|
- "codium"
|
||||||
|
- "nvim"
|
||||||
|
- "powershell"
|
||||||
|
- "tmux"
|
||||||
|
- "terminator"
|
||||||
|
- "zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user