some markdown adjustments

This commit is contained in:
Andreas Zweili 2021-12-31 09:55:54 +01:00
parent 4481b313e4
commit 22db084081
1 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@ page.
First you need to run:
```
``` bash
packages upgrade
```
@ -49,13 +49,13 @@ restart Termux afterwards. Since I keep my org-files in a git repository I'm
going to install git in Termux. After the upgrade we can use pkg instead of
packages.
```
``` bash
pgk install git
```
Afterwards we need to run:
```
``` bash
termux-setup-storage
```
@ -68,7 +68,7 @@ sure that you clone the repository somewhere in `/sdcard/`
As a next step you need to create the directory to store your scripts which will
be used by Tasker.
```
``` bash
mkdir -p ~/.termux/tasker
```
@ -88,7 +88,7 @@ and pulls in the newest commmits from my notes repository. Since Termux works
slightly different than a normal Linux environment we need to execute one last
command.
```
``` bash
termux-fix-shebang .termux/tasker/sync-notes.sh
```
@ -105,7 +105,9 @@ find it under Plugins->Termux:Task. The plugin allows you to specify the script
you want to execute. Just write the first few letters of the script name and it
will show you all the files which begin with that name. The following
screenshots might show it a bit better what I mean.
![2017-07-08_termux-task.png](./2017-07-08_termux-task.png)
![2017-07-08_tasker-action.png](./2017-07-08_tasker-action.png)
When you finished the Termux task we'll setup a task which triggers the sync