Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhper/fish-ssh-agent
https://github.com/danhper/fish-ssh-agent
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danhper/fish-ssh-agent
- Owner: danhper
- Created: 2015-11-04T12:34:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T20:23:30.000Z (2 months ago)
- Last Synced: 2024-12-01T18:14:03.956Z (21 days ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 329
- Watchers: 4
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fish-ssh-agent
Utility functions to start your ssh agent when using fish shell.
You will only need to run `ssh-add` and type your password once,
after the running ssh_agent should do the work for you.## Installation
### Using [fundle](https://github.com/danhper/fundle)
Add
```
fundle plugin 'danhper/fish-ssh-agent'
```to your `config.fish`, reload your shell and run `fundle install`.
### Using [Fisher](https://github.com/jorgebucaran/fisher)
```
fisher install danhper/fish-ssh-agent
```### Manually
Copy `functions` and `conf.d` to your `$__fish_config_dir` directory. That's all.