mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-25 03:43:43 +01:00
Add tools installation to justfile
This commit is contained in:
parent
853798b07b
commit
0543dafb6b
@ -55,3 +55,29 @@ install-dust:
|
||||
sudo cp -v "${filename}/dust" /usr/local/bin/
|
||||
sudo chown root:root /usr/local/bin/dust
|
||||
rm -rf "$filename" "${filename}.tar.gz"
|
||||
|
||||
go-tools:
|
||||
go install golang.org/x/tools/gpls@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
|
||||
|
||||
python-tools:
|
||||
pipx install --include-deps ansible
|
||||
pipx install black
|
||||
pipx install pyflakes
|
||||
pipx install isort
|
||||
pipx install pipenv
|
||||
pipx install nose
|
||||
pipx install pytest
|
||||
|
||||
webdev-tools:
|
||||
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
|
||||
|
||||
rustup:
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
Loading…
Reference in New Issue
Block a user