From 755b457cc63fd3dc022c84cc75712d140e8c7d89 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 28 Mar 2025 15:31:41 +1100 Subject: [PATCH] feat: Add fonts --- setup.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 13c005b..b917bcb 100755 --- a/setup.sh +++ b/setup.sh @@ -4,10 +4,12 @@ sudo apt-get update # Python 3 and related packages -sudo apt-get install -y python3 python3-pip python3-venv curl wget stow +sudo apt-get install -y python3 python3-pip python3-venv curl wget + +# Install most stuff +sudo apt-get install -y zsh bat fzf jq knot-dnsutils tre-command polybar +ln -s /usr/bin/batcat /usr/bin/bat -# Terminal -sudo apt-get install -y zsh fzf jq knot-dnsutils tre-command # Install fx curl https://fx.wtf/install.sh | sudo sh @@ -37,4 +39,7 @@ git clone git@woodburn.au:nathanwoodburn/dotfiles.git ~/.dotfiles ./dotfiles.sh # Install scripts -git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts \ No newline at end of file +git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts + +# Install fonts +sudo apt install fonts-firacode \ No newline at end of file