server.md
· 758 B · Markdown
Raw
#### Install basic utilities on Debian 13
```sh
sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find fish rsync rclone restic fzf git git-lfs gnupg htop jq ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh
```
#### Install standard rust tools
```sh
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall -y --force cargo-binstall
cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide
```
#### Install chezmoi
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin
```
#### Install croc
```sh
curl https://getcroc.schollz.com | bash
```
Install basic utilities on Debian 13
sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find fish rsync rclone restic fzf git git-lfs gnupg htop jq ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh
Install standard rust tools
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall -y --force cargo-binstall
cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide
Install chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin
Install croc
curl https://getcroc.schollz.com | bash