fix: Add curl and wget

This commit is contained in:
2025-03-28 12:44:10 +11:00
parent 8122bad7bc
commit 5af6d0a38e

View File

@@ -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
@@ -20,3 +20,6 @@ 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
git clone git@woodburn.au:nathanwoodburn/dotfiles.git ~/.dotfiles
cd ~/.dotfiles