summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/Rexfile6
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
/;