mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-20 11:25:17 +00:00
7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
cd -- "$(dirname -- "$0")"
|
|
. ../mod.bash
|
|
install_pkg_packages
|
|
install_termux_task tasks/logseq-sync
|
|
termux-setup-storage
|