feat: Add fonts
This commit is contained in:
11
setup.sh
11
setup.sh
@@ -4,10 +4,12 @@
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# Python 3 and related packages
|
# 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
|
# Install fx
|
||||||
curl https://fx.wtf/install.sh | sudo sh
|
curl https://fx.wtf/install.sh | sudo sh
|
||||||
|
|
||||||
@@ -38,3 +40,6 @@ git clone git@woodburn.au:nathanwoodburn/dotfiles.git ~/.dotfiles
|
|||||||
|
|
||||||
# Install scripts
|
# Install scripts
|
||||||
git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts
|
git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts
|
||||||
|
|
||||||
|
# Install fonts
|
||||||
|
sudo apt install fonts-firacode
|
||||||
Reference in New Issue
Block a user