add a bunch of stuff
This commit is contained in:
parent
cf8ffda90b
commit
8906d076fd
1 changed files with 10 additions and 0 deletions
10
dev.bash
10
dev.bash
|
@ -7,9 +7,12 @@ set -euo pipefail
|
||||||
|
|
||||||
# Wrapping everything in a function to avoid partial download problems
|
# Wrapping everything in a function to avoid partial download problems
|
||||||
main() {
|
main() {
|
||||||
|
echo "set tabsize 4" > "$HOME/.config/nano/nanorc"
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
|
git \
|
||||||
kate \
|
kate \
|
||||||
lua5.4 \
|
lua5.4 \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
|
@ -17,6 +20,13 @@ main() {
|
||||||
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
|
||||||
|
|
||||||
|
cargo install \
|
||||||
|
division_of_one \
|
||||||
|
pulldown-cmark \
|
||||||
|
rusty_ulid
|
||||||
|
|
||||||
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
|
||||||
echo "All good"
|
echo "All good"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue