Update configs. (#4)

This commit is contained in:
2026-02-14 01:58:02 +00:00
parent 7f0ca310aa
commit f226a161aa
11 changed files with 108 additions and 111 deletions

23
setup.sh Executable file
View File

@@ -0,0 +1,23 @@
#!/usr/bin/env bash
git submodule update --init
sudo apt update
sudo apt install -y \
git \
stow \
vim \
vim-gtk3 \
xsel \
xclip \
tmux \
ranger \
clang \
yakuake \
wget \
curl \
golang-go
go install github.com/arl/gitmux@latest