feat: Add fonts
This commit is contained in:
parent
acf133adca
commit
755b457cc6
13
setup.sh
13
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
|
||||
git clone git@woodburn.au:nathanwoodburn/scripts.git ~/scripts
|
||||
|
||||
# Install fonts
|
||||
sudo apt install fonts-firacode
|
Loading…
Reference in New Issue
Block a user