Skip to content

Commit 063a126

Browse files
committed
Add information about post-install script.
1 parent 8ba8f78 commit 063a126

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,19 @@ You can also launch single applications such as code-oss or firefox like so:
9292
xfwm4 & code-oss
9393
xfwm4 & firefox
9494
```
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

Comments
 (0)