Compare commits

..

No commits in common. "51ba8e5a9e28c0f3d2f5ea67f4254f16281922f1" and "853798b07bd70491e0b3415389e68447e5ee7ab9" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View File

@ -55,29 +55,3 @@ 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/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
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

View File

@ -95,9 +95,6 @@ export PATH="${HOME}/.local/bin:${PATH}"
# Add ~/bin to PATH
export PATH="${HOME}/bin:${PATH}"
# Add ~/go/bin to PATH
export PATH="${HOME}/go/bin:${PATH}"
# Automatically remove duplicates from these arrays
typeset -gU path cdpath manpath fpath