feat: Update dotfiles
This commit is contained in:
8
setup.sh
8
setup.sh
@@ -3,8 +3,8 @@
|
||||
# Install dependencies
|
||||
sudo apt-get update
|
||||
|
||||
# Python 3 and related packages
|
||||
sudo apt-get install -y python3 python3-pip python3-venv curl wget
|
||||
# Python 3 and dependencies
|
||||
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
|
||||
@@ -25,7 +25,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
|
||||
cargo install eza
|
||||
|
||||
# Install Alacritty
|
||||
sudo apt install cmake g++ pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev
|
||||
sudo apt install -y cmake g++ pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev
|
||||
cargo install alacritty
|
||||
# Add to menu
|
||||
sudo cp ./alacritty-term.svg /usr/share/pixmaps/Alacritty.svg
|
||||
@@ -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 fonts-firacode
|
||||
sudo apt install -y fonts-firacode
|
||||
Reference in New Issue
Block a user