File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,18 @@ brew install oath-toolkit fzf
13
13
14
14
## Install
15
15
16
- ```
17
- git clone https://github.com/arunvelsriram/lazy-connect.git ~/.lazy-connect
18
- ```
16
+ ### Using Homebrew
19
17
20
18
```
21
- # zsh users
22
- echo "[ -f ~/.lazy-connect/lazy-connect.sh ] && source ~/.lazy-connect/lazy-connect.sh" >> ~/.zshrc
23
- source ~/.zshrc
19
+ brew tap arunvelsriram/stable
20
+ brew install lazy-connect
24
21
```
25
22
23
+ ### Manual
24
+
26
25
```
27
- # bash users
28
- echo "[ -f ~/.lazy-connect/lazy-connect.sh ] && source ~/.lazy-connect/lazy-connect.sh" >> ~/.bashrc
29
- source ~/.bashrc
26
+ git clone https://github.com/arunvelsriram/lazy-connect.git ~/.lazy-connect
27
+ sudo ln -s ~/.lazy-connect/lazy-connect /usr/local/bin/lazy-connect
30
28
```
31
29
32
30
### Usage
@@ -56,8 +54,8 @@ export LAZY_CONNECT_TOTP_QUERY=<name of the issuer>
56
54
57
55
### Note
58
56
59
- * The secret key to generate TOTP is stored in Keychain on Mac under default ` login ` keychain. You may need to
57
+ - The secret key to generate TOTP is stored in Keychain on Mac under default ` login ` keychain. You may need to
60
58
enter your login password to allow access to Keychain.
61
- * You need to add your Termainal emulator app that invokes the function to ` Security & Privacy -> Accessibility ` . It is
59
+ - You need to add your Termainal emulator app that invokes the function to ` Security & Privacy -> Accessibility ` . It is
62
60
necesssary because the script interacts with the UI. There are other ways via CLI to avoid UI interaction but
63
61
they are all broken in OS X 10.12+.
You can’t perform that action at this time.
0 commit comments