Compare commits
No commits in common. "c1da970a6757e023b3a7d2781eb448428ec8def5" and "f4125b2e898cb88ae22569d2f822d0355cea25a0" have entirely different histories.
c1da970a67
...
f4125b2e89
@ -17,10 +17,6 @@ function command_start() {
|
|||||||
timestamp "Command $* has been ended."
|
timestamp "Command $* has been ended."
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_pip() {
|
|
||||||
python3 -m pip install --upgrade pip --user
|
|
||||||
}
|
|
||||||
|
|
||||||
function install_pyright() {
|
function install_pyright() {
|
||||||
# Install pyright
|
# Install pyright
|
||||||
sudo npm -g i pyright --force
|
sudo npm -g i pyright --force
|
||||||
@ -53,16 +49,11 @@ function install_gopls() {
|
|||||||
|
|
||||||
function install_black() {
|
function install_black() {
|
||||||
# Install black
|
# Install black
|
||||||
pip install black --user
|
pip install black
|
||||||
pip3 install black --user
|
pip3 install black
|
||||||
}
|
|
||||||
|
|
||||||
function install_ansible() {
|
|
||||||
pip3 install --pre --user ansible ansible-lint ansible-core
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
command_start update_pip
|
|
||||||
command_start install_pyright
|
command_start install_pyright
|
||||||
command_start install_bash-language-server
|
command_start install_bash-language-server
|
||||||
command_start install_yaml-language-server
|
command_start install_yaml-language-server
|
||||||
@ -70,7 +61,6 @@ function main() {
|
|||||||
command_start install_shfmt
|
command_start install_shfmt
|
||||||
command_start install_gopls
|
command_start install_gopls
|
||||||
command_start install_black
|
command_start install_black
|
||||||
command_start install_ansible
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
Loading…
Reference in New Issue
Block a user