22 lines
336 B
Bash
Executable file
Vendored
22 lines
336 B
Bash
Executable file
Vendored
#!/usr/bin/env bash
|
|
|
|
sudo apt update
|
|
sudo apt install -y \
|
|
guix \
|
|
silversearcher-ag \
|
|
fastfetch \
|
|
python3-nautilus \
|
|
curl \
|
|
npm \
|
|
gcc \
|
|
zsh \
|
|
git \
|
|
fzf \
|
|
eza \
|
|
bat
|
|
|
|
sudo snap install --classic ghostty
|
|
sudo snap install --classic emacs
|
|
|
|
guix pull
|
|
guix install guile-lsp-server
|