mxsr revised this gist 9 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
server.md
| @@ -7,7 +7,7 @@ sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find | |||
| 7 | 7 | ```sh | |
| 8 | 8 | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash | |
| 9 | 9 | cargo binstall -y --force cargo-binstall | |
| 10 | - | cargo binstall -y bat btm cargo-binstall cargo-cache cargo-install-update cargo-install-update-config dust dysk eza fd ouch rg starship topgrade zoxide | |
| 10 | + | cargo binstall -y bat btm cargo-binstall cargo-cache dust dysk eza fd ouch rg starship topgrade zoxide | |
| 11 | 11 | ``` | |
| 12 | 12 | ||
| 13 | 13 | #### Install chezmoi | |
mxsr revised this gist 9 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
server.md
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | #### Install basic utilities on Debian 13 | |
| 2 | 2 | ```sh | |
| 3 | - | sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find fish fzf git gnupg htop jq kopia ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 3 | + | sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find fish fzf git git-lfs gnupg htop jq kopia ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 4 | 4 | ``` | |
| 5 | 5 | ||
| 6 | 6 | #### Install standard rust tools | |
mxsr revised this gist 9 months ago. Go to revision
1 file changed, 6 insertions, 1 deletion
server.md
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | #### Install basic utilities on Debian 13 | |
| 2 | 2 | ```sh | |
| 3 | - | sudo apt install -y age bat build-essential croc curl eza fail2ban fastfetch fd-find fish fzf git gnupg htop jq kopia ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 3 | + | sudo apt install -y age bat build-essential curl eza fail2ban fastfetch fd-find fish fzf git gnupg htop jq kopia ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 4 | 4 | ``` | |
| 5 | 5 | ||
| 6 | 6 | #### Install standard rust tools | |
| @@ -13,4 +13,9 @@ cargo binstall -y bat btm cargo-binstall cargo-cache cargo-install-update cargo- | |||
| 13 | 13 | #### Install chezmoi | |
| 14 | 14 | ```sh | |
| 15 | 15 | sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin | |
| 16 | + | ``` | |
| 17 | + | ||
| 18 | + | #### Install croc | |
| 19 | + | ```sh | |
| 20 | + | curl https://getcroc.schollz.com | bash | |
| 16 | 21 | ``` | |
mxsr revised this gist 9 months ago. Go to revision
1 file changed, 16 insertions
server.md(file created)
| @@ -0,0 +1,16 @@ | |||
| 1 | + | #### Install basic utilities on Debian 13 | |
| 2 | + | ```sh | |
| 3 | + | sudo apt install -y age bat build-essential croc curl eza fail2ban fastfetch fd-find fish fzf git gnupg htop jq kopia ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 4 | + | ``` | |
| 5 | + | ||
| 6 | + | #### Install standard rust tools | |
| 7 | + | ```sh | |
| 8 | + | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash | |
| 9 | + | cargo binstall -y --force cargo-binstall | |
| 10 | + | cargo binstall -y bat btm cargo-binstall cargo-cache cargo-install-update cargo-install-update-config dust dysk eza fd ouch rg starship topgrade zoxide | |
| 11 | + | ``` | |
| 12 | + | ||
| 13 | + | #### Install chezmoi | |
| 14 | + | ```sh | |
| 15 | + | sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin | |
| 16 | + | ``` | |