12 lines
609 B
Python
Executable file
12 lines
609 B
Python
Executable file
#!/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,
|
|
}
|