Compare commits
2 commits
19007ed008
...
8906d076fd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8906d076fd | ||
![]() |
cf8ffda90b |
1 changed files with 11 additions and 1 deletions
12
dev.bash
12
dev.bash
|
@ -7,15 +7,25 @@ set -euo pipefail
|
|||
|
||||
# Wrapping everything in a function to avoid partial download problems
|
||||
main() {
|
||||
echo "set tabsize 4" > "$HOME/.config/nano/nanorc"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
curl \
|
||||
git \
|
||||
kate \
|
||||
lua5.4 \
|
||||
shellcheck \
|
||||
pv
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue