install-scripts/README.md
2021-09-04 15:54:16 +02:00

55 lines
1.3 KiB
Markdown

# ci-scripts
Some bashscripts for installing devtools on Ubuntu
Available tools:
### cmake
Repo: https://github.com/kitware/cmake
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-cmake.sh" | sudo bash`
### sccache
Repo: https://github.com/mozilla/sccache
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-sccache.sh" | sudo bash`
### duf
Repo: https://github.com/muesli/duf
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-duf.sh" | sudo bash`
### lazygit
Repo: https://github.com/jesseduffield/lazygit
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lazygit.sh" | sudo bash`
### lazydocker
Repo: https://github.com/jesseduffield/lazydocker
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lazydocker.sh" | sudo bash`
### miniserve
Repo: https://github.com/svenstaro/miniserve
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-miniserve.sh" | sudo bash`
### butler
Repo: https://github.com/itchio/butler
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-butler.sh" | sudo bash`
### conan
Repo: https://github.com/conan-io/conan
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-conan.sh" | sudo bash`