diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-20 23:47:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-20 23:47:19 +0200 |
| commit | 0e15b12e2c72e956ff7d7a7429f5a464a0d75e43 (patch) | |
| tree | bf841b83651865db964a0c2e2212494b8f46fd25 | |
| parent | 655f2529ec5857a5940fbc9f1e3ad0036c034567 (diff) | |
reactivating freebsd
| -rw-r--r-- | dotfiles/Rexfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/Rexfile b/dotfiles/Rexfile index e0e002e..520e47a 100644 --- a/dotfiles/Rexfile +++ b/dotfiles/Rexfile @@ -64,6 +64,10 @@ task 'pkg_termux', sub { desc 'Install packages on FreeBSD'; task 'pkg_freebsd', sub { my @pkgs = qw/ + zoxide + dust + lazygit + taskwarrior bat ctags fzf @@ -75,8 +79,8 @@ task 'pkg_freebsd', sub { node p5-ack ripgrep - starship tig + doas tmux /; |
