Skip to content

Instantly share code, notes, and snippets.

@lucidhacker
lucidhacker / code.sh
Last active February 5, 2024 19:20 — forked from tallguyjenks/code.sh
ZettelKasten Sync Code
# update and upgrade installed packages
apt update && apt upgrade
# install cronie and termux-services
pkg install cronie termux-services
# enable the crond service
sv-enable crond
# install and enable vim