https://github.com/anotherfoxguy/ci-scripts
https://github.com/anotherfoxguy/ci-scripts
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anotherfoxguy/ci-scripts
- Owner: AnotherFoxGuy
- Created: 2020-10-19T09:03:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-05T08:18:58.000Z (6 months ago)
- Last Synced: 2025-07-05T09:23:45.723Z (6 months ago)
- Language: Shell
- Size: 8.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ci-scripts
Some bashscripts for installing devtools on Ubuntu
Available tools:
### cmake
Repo: https://github.com/kitware/cmake
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-cmake.sh" | sudo bash`
### sccache
Repo: https://github.com/mozilla/sccache
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-sccache.sh" | sudo bash`
### duf
Repo: https://github.com/muesli/duf
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-duf.sh" | sudo bash`
### lazygit
Repo: https://github.com/jesseduffield/lazygit
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-lazygit.sh" | sudo bash`
### lazydocker
Repo: https://github.com/jesseduffield/lazydocker
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-lazydocker.sh" | sudo bash`
### miniserve
Repo: https://github.com/svenstaro/miniserve
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-miniserve.sh" | sudo bash`
### pacaptr
Repo: https://github.com/rami3l/pacaptr
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-pacaptr.sh" | sudo bash`
### doctave
Repo: https://github.com/Doctave/doctave
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-doctave.sh" | sudo bash`
### gitea
Repo: https://github.com/go-gitea/gitea
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-gitea.sh" | sudo bash`
### eget
Repo: https://github.com/zyedidia/eget
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-eget.sh" | sudo bash`
### butler
Repo: https://github.com/itchio/butler
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-butler.sh" | sudo bash`
### conan
Repo: https://github.com/conan-io/conan
`curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-conan.sh" | sudo bash`