We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f748c commit 0ab2a83Copy full SHA for 0ab2a83
README.md
@@ -49,6 +49,12 @@ echo "random_string" > ~/.password_assume_role_encrypted
49
## Settings when open terminal (I am using iterm)
50
```
51
mkdir -p /opt/lamhaison-tools && cd /opt/lamhaison-tools
52
+
53
+# Install helpful-commandlines
54
+git clone [email protected]:lamhaison/helpful-commandlines.git
55
+echo "source /opt/lamhaison-tools/helpful-commandlines/main.sh" >> ~/.bashrc
56
57
+# Install aws-cli-utils commandlines
58
git clone https://github.com/lamhaison/helpful-commandlines.git
59
echo "source /opt/lamhaison-tools/aws-cli-utils/main.sh" >> ~/.bashrc
60
0 commit comments