mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Add Systemd service for ssh-agent; end SSH_AGENT environment variable.
This commit is contained in:
parent
14f6e22294
commit
aa36dbf190
3 changed files with 30 additions and 0 deletions
|
@ -36,6 +36,9 @@ dotfiles:
|
|||
f_profile:
|
||||
dst: ~/.profile
|
||||
src: profile
|
||||
f_ssh-agent.service:
|
||||
dst: ~/.config/systemd/user/ssh-agent.service
|
||||
src: config/systemd/user/ssh-agent.service
|
||||
f_vimrc:
|
||||
dst: ~/.vimrc
|
||||
src: vimrc
|
||||
|
@ -69,3 +72,4 @@ profiles:
|
|||
- f_powerlevel9krc
|
||||
- d_colors
|
||||
- f_xresources
|
||||
- f_ssh-agent.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue