v0.0.8
This commit is contained in:
@@ -14,14 +14,10 @@
|
||||
|
||||
- name: Copy zsh configuration
|
||||
copy:
|
||||
src: files/zsrhc
|
||||
dest: /home/eric/.zsrhc
|
||||
src: zshrc
|
||||
dest: /home/eric/.zshrc
|
||||
|
||||
- name: Install custom zsh prompt
|
||||
copy:
|
||||
src: files/prompt_eric_setup
|
||||
src: prompt_eric_setup
|
||||
dest: /usr/share/zsh/functions/Prompts/prompt_eric_setup
|
||||
|
||||
- name: Setup mobile command
|
||||
include_tasks: mobile-command.yml
|
||||
when: ansible_host == mobil_command
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
- git
|
||||
- gimp
|
||||
- gpsd
|
||||
- mariadb-client
|
||||
- neovim
|
||||
- openscad
|
||||
- passwordsafe
|
||||
@@ -21,12 +22,12 @@
|
||||
|
||||
- name: Copy tmux configuration
|
||||
copy:
|
||||
src: files/tmux.conf
|
||||
src: tmux.conf
|
||||
dest: /home/eric/.tmux.conf
|
||||
|
||||
- name: Copy git configuration
|
||||
copy:
|
||||
src: files/gitconfig
|
||||
src: gitconfig
|
||||
dest: /home/eric/.gitconfig
|
||||
|
||||
- name: Create local configuration directory
|
||||
@@ -36,6 +37,6 @@
|
||||
|
||||
- name: Copy neovim configuration
|
||||
copy:
|
||||
src: files/init.lua
|
||||
src: init.lua
|
||||
dest: /home/eric/.config/nvim/init.lua
|
||||
|
||||
|
||||
Reference in New Issue
Block a user