feat: Update setup
This commit is contained in:
@@ -9,6 +9,7 @@ fi
|
|||||||
|
|
||||||
cd ~/.dotfiles || exit 1
|
cd ~/.dotfiles || exit 1
|
||||||
git pull
|
git pull
|
||||||
|
git submodule update --init --recursive
|
||||||
echo "Creating symbolic links for dotfiles..."
|
echo "Creating symbolic links for dotfiles..."
|
||||||
|
|
||||||
ignore_files=("dotfiles.sh" "README.md" ".git" ".gitignore")
|
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
|
sudo apt-get install -y python3 python3-pip python3-venv curl wget unzip
|
||||||
|
|
||||||
# Install most stuff
|
# Install most stuff
|
||||||
sudo apt-get install -y zsh bat fzf jq knot-dnsutils tre-command polybar
|
sudo apt-get install -y zsh bat fzf jq knot-dnsutils tre-command polybar qrencode
|
||||||
ln -s /usr/bin/batcat /usr/bin/bat
|
sudo ln -s /usr/bin/batcat /usr/bin/bat
|
||||||
|
|
||||||
# Install fx
|
# Install fx
|
||||||
curl https://fx.wtf/install.sh | sudo sh
|
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
|
git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts
|
||||||
|
|
||||||
# Install fonts
|
# Install fonts
|
||||||
sudo apt install -y fonts-firacode
|
sudo apt install -y fonts-firacode
|
||||||
|
|||||||
Reference in New Issue
Block a user