This commit is contained in:
2024-07-12 00:07:31 -04:00
parent 6948b9baa8
commit abd86e10e6
91 changed files with 5207 additions and 206 deletions

View File

@@ -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

View File

@@ -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