From 105622b0f718ae5acf55211ee8088a08775ea63a Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 4 Apr 2025 14:47:28 +1100 Subject: [PATCH] feat: Update setup --- dotfiles.sh | 1 + setup.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dotfiles.sh b/dotfiles.sh index c61cdc8..902a48a 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -9,6 +9,7 @@ fi cd ~/.dotfiles || exit 1 git pull +git submodule update --init --recursive echo "Creating symbolic links for dotfiles..." ignore_files=("dotfiles.sh" "README.md" ".git" ".gitignore") diff --git a/setup.sh b/setup.sh index 8278921..09c34dd 100755 --- a/setup.sh +++ b/setup.sh @@ -7,8 +7,8 @@ sudo apt-get update sudo apt-get install -y python3 python3-pip python3-venv curl wget unzip # 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 +sudo apt-get install -y zsh bat fzf jq knot-dnsutils tre-command polybar qrencode +sudo ln -s /usr/bin/batcat /usr/bin/bat # Install fx curl https://fx.wtf/install.sh | sudo sh @@ -42,4 +42,4 @@ git clone git@woodburn.au:nathanwoodburn/dotfiles.git ~/.dotfiles git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts # Install fonts -sudo apt install -y fonts-firacode \ No newline at end of file +sudo apt install -y fonts-firacode