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