minor updates for new installation

This commit is contained in:
Alexander Navarro 2024-05-29 08:29:57 -04:00
parent 5bd2af8969
commit 1f9c3a255b
8 changed files with 22 additions and 20 deletions

View file

@ -11,15 +11,9 @@ tmp_dir="$(mktemp -d)"
cd "$tmp_dir"
git clone --recurse-submodules git@github.com:catppuccin/gtk.git
cd gtk
python -m venv venv
curl -LsS "https://raw.githubusercontent.com/catppuccin/gtk/main/install.py" -o install.py
source venv/bin/activate
pip install -r requirements.txt
python install.py macchiato --link -a teal -d ~/.themes --tweaks normal
python3 install.py macchiato teal
rm -rf "$tmp_dir"
{{ end }}