mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 16:43:08 +01:00
Add install scripts
This commit is contained in:
parent
4a36ddbb19
commit
0752be6c53
7
install-go-tools
Executable file
7
install-go-tools
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
go install golang.org/x/tools/gopls@latest
|
||||||
|
go install github.com/fatih/gomodifytags@latest
|
||||||
|
go install github.com/cweill/gotests/...@latest
|
||||||
|
go install github.com/x-motemen/gore/cmd/gore@latest
|
||||||
|
go install golang.org/x/tools/cmd/guru@latest
|
9
install-python-tools
Executable file
9
install-python-tools
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
pipx install --include-deps ansible
|
||||||
|
pipx install black
|
||||||
|
pipx install pyflakes
|
||||||
|
pipx install isort
|
||||||
|
pipx install pipenv
|
||||||
|
pipx install nose
|
||||||
|
pipx install pytest
|
8
install-webdev-tools
Executable file
8
install-webdev-tools
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sudo npm install -g @catppuccin/inkcat
|
||||||
|
sudo npm install -g prettier
|
||||||
|
sudo npm install -g js-beautify
|
||||||
|
sudo npm install -g stylelint
|
||||||
|
|
||||||
|
sudo dnf install -y tidy
|
Loading…
Reference in New Issue
Block a user