Update autoinstall stuff
This commit is contained in:
parent
f38ec68822
commit
3b16b3440e
6 changed files with 57 additions and 33 deletions
|
|
@ -38,6 +38,48 @@ target = "eza"
|
|||
pipe = "tar xzO"
|
||||
group = "base"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "exe"
|
||||
source = "https://git.serguzim.me/serguzim/tools/releases/download/latest/autostart-manage"
|
||||
target = "autostart-manage"
|
||||
group = "base"
|
||||
completions = "completions"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "exe"
|
||||
source = "https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall"
|
||||
target = "autoinstall"
|
||||
group = "base"
|
||||
completions = "completions"
|
||||
|
||||
|
||||
|
||||
[[autoinstall]]
|
||||
type = "git"
|
||||
source = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
|
||||
target = "${plugin_path:?}/zsh-syntax-highlighting"
|
||||
group = "oh-my-zsh"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "git"
|
||||
source = "https://github.com/spwhitt/nix-zsh-completions.git"
|
||||
target = "${plugin_path:?}/nix-zsh-completions"
|
||||
group = "oh-my-zsh"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "git"
|
||||
source = "https://github.com/chisui/zsh-nix-shell.git"
|
||||
target = "${plugin_path:?}/nix-shell"
|
||||
group = "oh-my-zsh"
|
||||
|
||||
[[autoinstall]]
|
||||
type = "file"
|
||||
source = "https://gist.githubusercontent.com/oshybystyi/475ee7768efc03727f21/raw/4bfd57ef277f5166f3070f11800548b95a501a19/git-auto-status.plugin.zsh"
|
||||
target = "${plugin_path:?}/git-auto-status/git-auto-status.plugin.zsh"
|
||||
group = "oh-my-zsh"
|
||||
|
||||
|
||||
|
||||
[[autoinstall]]
|
||||
type = "file"
|
||||
source = "https://raw.githubusercontent.com/dracula/alacritty/master/dracula.toml"
|
||||
|
|
@ -76,6 +118,8 @@ target = "jetbrains-toolbox"
|
|||
pipe = "tar xzO"
|
||||
group = "graphical"
|
||||
|
||||
|
||||
|
||||
[[autoinstall]]
|
||||
type = "text"
|
||||
source = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCkmWZmum4cVeDy5+9N1HdUzfnjEHSJ900ucD8F0wAy4MV1cdPYnZ4u5PFv5XMfmvA9SJ+VFsr0lhYlr+GQBG9aCCAdMJVVmEz3SccT6dp6ZYywT158RNshzfCe9ylWKK80+W7XnDXhdkec7aK+BQn5wOER3A3mUqRR0JDXWga9jyakH1K6OwXmQOO419bJWs2uCT1ZEgndHxKJEt2pEvoSz7z8p1SS2zyro+R3YtvL9WiDo3+0yPFYficNDr7s39yF5IJE+KTqAlCn5R2+kJ54lRmzB8oNS2jGwK2Q6wtph4AmfnlJTMODG2U2RjUltH2MIDXIYe2epATWL8qhkI4LTr38C7QR3DeJQsel/yTWdYqGakvU6Ge/xkbsaWOrSDTV3bPgKHzlL+dIKaGpV+5usZN4fpOLOb/nmYy3ekLpobzxza7rBRT2CxXS72DoPFaRE1ye7SxhcsLBNwre9YQFE4VvUZwJYkWz2V7eqGrk8VYnmQmT/bnUnMnVwMpeDc7pFKAFndIUxifoOj77c98Tdy3ncdS7SOd7+zRbLG+7k0UU1k89o1+tfREAddUJYR4RvB6g0kCyjpwOf1Pt4zhJR3y/zpsCCc5UnzK9X2kEo/8TSyvTr+GBiFVp5yLYgwCPJSNna33YX7+c3oLRM1QGgtqZk9qnGX9hgP8qpF8Akw== openpgp:0xAB920993"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue