From 5af6d0a38e24b849a37e1bac6e2c1234469e8907 Mon Sep 17 00:00:00 2001
From: Nathan Woodburn <github@nathan.woodburn.au>
Date: Fri, 28 Mar 2025 12:44:10 +1100
Subject: [PATCH] fix: Add curl and wget

---
 setup.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/setup.sh b/setup.sh
index 1447512..74a903a 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,7 +4,7 @@
 sudo apt-get update
 
 # Python 3 and related packages
-sudo apt-get install -y python3 python3-pip python3-venv
+sudo apt-get install -y python3 python3-pip python3-venv curl wget stow
 
 # Terminal
 sudo apt-get install -y zsh fzf jq knot-dnsutils tre-command
@@ -19,4 +19,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
 curl -s https://ohmyposh.dev/install.sh | bash -s
 curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
 curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
-cargo install eza
\ No newline at end of file
+cargo install eza
+
+git clone git@woodburn.au:nathanwoodburn/dotfiles.git ~/.dotfiles
+cd ~/.dotfiles
\ No newline at end of file