1
0
Fork 0

add base dotfiles

This commit is contained in:
cătălin 2021-11-09 12:16:41 +01:00
commit 39254e5c3b
No known key found for this signature in database
GPG key ID: F7DF0BC66B3C7F8D
35 changed files with 699 additions and 0 deletions

12
utils/clone-and-install.py Executable file
View file

@ -0,0 +1,12 @@
#!/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,
}