minor updates for new installation
This commit is contained in:
parent
5bd2af8969
commit
1f9c3a255b
8 changed files with 22 additions and 20 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue