add ssh-agent service

This commit is contained in:
Pim Kunis 2023-02-22 22:04:05 +01:00
parent 61b7b05944
commit 3b60b2e09c
10 changed files with 61 additions and 18 deletions

View file

@ -6,8 +6,8 @@
- bat
- fzf
- name: Install .bashrc
copy:
src: "{{ role_path }}/files/bashrc"
template:
src: "{{ role_path }}/templates/bashrc.j2"
dest: ~/.bashrc
- name: Install .fzf.bash
copy:

View file

@ -103,3 +103,5 @@ alias vim='nvim'
# pip scripts
PATH=$PATH:~/.local/bin
export SSH_AUTH_SOCK="{{ ssh_agent_socket }}"