1
0
Fork 0

feat: revamp

This commit is contained in:
cătălin 2023-04-24 12:47:11 +02:00
commit f56d076f52
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
32 changed files with 127 additions and 831 deletions

View file

@ -1,12 +0,0 @@
#!/usr/bin/env python3
repos = {
"https://github.com/str4d/rage": _install_rage,
"https://github.com/vinceliuice/WhiteSur-gtk-theme": _install_whitesur_gtk,
"https://github.com/vinceliuice/WhiteSur-icon-theme": _install_whitesur_icon,
"https://github.com/mattydebie/bitwarden-rofi": _install_bw_rofi,
"https://gitlab.com/jallbrit/cbonsai": _install_cbonsai,
"https://gitlab.com/orhun/kermit": _install_kermit,
"https://gitlab.com/jschx/ufetch.git": _install_ufetch,
"https://github.com/anhsirk0/fetch-master-6000.git": _install_fetch_master,
}

2
utils/copy.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
xclip -selection clipboard

2
utils/gen-secret.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
openssl rand -hex ${1:-64}