Move more remote files to autoinstall
This commit is contained in:
parent
57cd02890a
commit
11155e2fe6
9 changed files with 12 additions and 416 deletions
|
@ -32,6 +32,18 @@ _autoinstall_all () {
|
|||
"https://raw.githubusercontent.com/qw3rtman/git-fire/master/git-fire" \
|
||||
"$HOME/.local/bin/git-fire"
|
||||
|
||||
_autoinstall_file \
|
||||
"https://raw.githubusercontent.com/dracula/alacritty/master/dracula.yml" \
|
||||
"$HOME/.config/alacritty/dracula.yml"
|
||||
|
||||
_autoinstall_file \
|
||||
"https://raw.githubusercontent.com/dracula/duckduckgo/master/monkeyscript.user.js" \
|
||||
"$HOME/.local/share/qutebrowser/greasemonkey/ddg-dracula.user.js"
|
||||
|
||||
_autoinstall_git \
|
||||
"https://github.com/dracula/qutebrowser.git" \
|
||||
"$HOME/.config/qutebrowser/dracula"
|
||||
|
||||
}
|
||||
|
||||
_autoinstall_git () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue