mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/sh
|
|
|
|
source ./modules/00-library.sh &&
|
|
ensure_package_is_installed opencode &&
|
|
synchronize_user_folder sources/opencode ~/.config
|