jjdlsqkjdlskq
This commit is contained in:
parent
e17af8c95c
commit
aa493e63df
|
@ -1057,6 +1057,7 @@ gi = http://images.google.com/search?q={}
|
||||||
g = https://www.google.fr/search?q={}
|
g = https://www.google.fr/search?q={}
|
||||||
wa = https://www.wolframalpha.com/input/?i={}
|
wa = https://www.wolframalpha.com/input/?i={}
|
||||||
dockerhub = https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q={}&starCount=0
|
dockerhub = https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q={}&starCount=0
|
||||||
|
npm = https://www.npmjs.com/search?q={}
|
||||||
|
|
||||||
[aliases]
|
[aliases]
|
||||||
# Aliases for commands.
|
# Aliases for commands.
|
||||||
|
|
|
@ -274,13 +274,13 @@ fi
|
||||||
|
|
||||||
if [ $EXTRA == 1 ]; then
|
if [ $EXTRA == 1 ]; then
|
||||||
# Extra dev
|
# Extra dev
|
||||||
inst cmake clang llvm
|
inst cmake clang llvm npm
|
||||||
|
|
||||||
# Extra CLI
|
# Extra CLI
|
||||||
inst sl ffmpeg youtube-dl
|
inst sl ffmpeg youtube-dl
|
||||||
|
|
||||||
if [ $ARCH == 1 ]; then
|
if [ $ARCH == 1 ]; then
|
||||||
altInst pdftk translate-shell
|
altInst pdftk translate-shell git-lfs js-beautify
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extra GUI
|
# Extra GUI
|
||||||
|
|
Loading…
Reference in a new issue