We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba8f78 commit 063a126Copy full SHA for 063a126
1 file changed
README.md
@@ -92,3 +92,19 @@ You can also launch single applications such as code-oss or firefox like so:
92
xfwm4 & code-oss
93
xfwm4 & firefox
94
```
95
+
96
+### Post Installation
97
98
+The script `post-install.sh` is a small convenience script which handles a few tasks such as:
99
100
+- Configuring git user.name
101
+- Configuring git user.email
102
+- Generate an SSH key and add it to the SSH agent
103
104
+To use it once you have succesfully installed your developer setup run the following commands:
105
106
+```
107
+wget https://raw.githbusercontent.com/hreikin/termux-dev-setups/main/post-install.sh
108
+chmod +x post-install.sh
109
+./post-install.sh
110
0 commit comments