mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-08 21:08:30 +00:00
mpv: autosub; bin: abuild
This commit is contained in:
parent
b504cc9ac5
commit
37a96bb841
|
|
@ -130,6 +130,7 @@ a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
|
|||
a history_last 'history -n1;:'
|
||||
|
||||
if type arista-python || type arista-ssh
|
||||
a abuild 'a4c build --platform x86_64_el9 --service workspace'
|
||||
a adef 'a grok -d'
|
||||
a amk 'a ws make -p (basename (git root || pwd))'
|
||||
a assh 'arista-ssh login -p google'
|
||||
|
|
@ -140,7 +141,7 @@ if type arista-python || type arista-ssh
|
|||
a expire 'a mts supersede -R "Tests scheduled by MATT have expired."'
|
||||
a freshen 'sudo swi freshen /images/EOS.swi'
|
||||
a gb 'a git'
|
||||
a job 'a job reproduce -j'
|
||||
a job 'a reproduce -j'
|
||||
a lake 'v https://joblog.infra.corp.arista.io/$argv;:'
|
||||
a lint 'a git lint'
|
||||
a lunch 'gb launch --schedule build --testing full'
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ w https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua
|
|||
nvim +PaqInstall +q
|
||||
|
||||
w https://github.com/4ndrs/PureMPV/raw/main/main.js -P ~/.config/mpv/scripts
|
||||
w https://github.com/davidde/mpv-autosub/raw/master/autosub.lua -P ~/.config/mpv/scripts
|
||||
sed -i 's#/home/david/.local##' ~/.config/mpv/scripts/autosub.lua
|
||||
l /usr/share/mpv/scripts/autocrop.lua ~/.config/mpv/scripts
|
||||
l /usr/share/mpv/scripts/autodeint.lua ~/.config/mpv/scripts
|
||||
l /usr/share/nnn/plugins/ ~/.config/nnn
|
||||
|
|
|
|||
Loading…
Reference in a new issue