feat: revamp
This commit is contained in:
parent
40c6e1c4b0
commit
f56d076f52
32 changed files with 127 additions and 831 deletions
|
|
@ -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
2
utils/copy.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
xclip -selection clipboard
|
||||
2
utils/gen-secret.sh
Executable file
2
utils/gen-secret.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
openssl rand -hex ${1:-64}
|
||||
Loading…
Add table
Add a link
Reference in a new issue