feat: Update setup
This commit is contained in:
parent
310d032a46
commit
105622b0f7
@ -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")
|
||||
|
6
setup.sh
6
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
|
||||
sudo apt install -y fonts-firacode
|
||||
|
Loading…
Reference in New Issue
Block a user