From e25eb17108e0a5d48a24d789b8929feda8fa5b9c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 14 Jun 2020 11:28:52 -0700 Subject: [PATCH] Setup Linux: Change default packages --- setup_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_linux.sh b/setup_linux.sh index b0d7c56..57e7e44 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -18,11 +18,11 @@ PACKAGES=( fd-find clang git + curl fzf ncdu autojump direnv - net-tools tmux python3-venv )