mxsr revised this gist 6 months ago. Go to revision
1 file changed, 8 insertions
fedora.md
| @@ -9,4 +9,12 @@ installonly_limit=3 | |||
| 9 | 9 | clean_requirements_on_remove=True | |
| 10 | 10 | best=False | |
| 11 | 11 | skip_if_unavailable=True | |
| 12 | + | ``` | |
| 13 | + | ||
| 14 | + | Install docker: | |
| 15 | + | ```bash | |
| 16 | + | dnf -y install dnf-plugins-core | |
| 17 | + | dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo | |
| 18 | + | dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin | |
| 19 | + | usermod -aG docker max | |
| 12 | 20 | ``` | |
mxsr revised this gist 6 months ago. Go to revision
1 file changed, 12 insertions
fedora.md(file created)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | Optimise `/etc/dnf/dnf.conf`: | |
| 2 | + | ||
| 3 | + | ``` | |
| 4 | + | [main] | |
| 5 | + | fastestmirror=True | |
| 6 | + | max_parallel_downloads=10 | |
| 7 | + | gpgcheck=True | |
| 8 | + | installonly_limit=3 | |
| 9 | + | clean_requirements_on_remove=True | |
| 10 | + | best=False | |
| 11 | + | skip_if_unavailable=True | |
| 12 | + | ``` | |
mxsr revised this gist 8 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
server.md
| @@ -8,7 +8,7 @@ sudo apt install -y age bat btop build-essential curl eza fail2ban fastfetch fd- | |||
| 8 | 8 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
| 9 | 9 | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash | |
| 10 | 10 | cargo binstall -y --force cargo-binstall | |
| 11 | - | cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 11 | + | cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update difftastic du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 12 | 12 | ``` | |
| 13 | 13 | ||
| 14 | 14 | #### Install chezmoi | |
mxsr revised this gist 8 months ago. Go to revision
1 file changed, 1 insertion
server.md
| @@ -5,6 +5,7 @@ sudo apt install -y age bat btop build-essential curl eza fail2ban fastfetch fd- | |||
| 5 | 5 | ||
| 6 | 6 | #### Install standard rust tools | |
| 7 | 7 | ```sh | |
| 8 | + | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
| 8 | 9 | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash | |
| 9 | 10 | cargo binstall -y --force cargo-binstall | |
| 10 | 11 | cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
mxsr revised this gist 8 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 rsync rclone restic fzf git git-lfs gnupg htop jq ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 3 | + | sudo apt install -y age bat btop 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 | |
| 4 | 4 | ``` | |
| 5 | 5 | ||
| 6 | 6 | #### Install standard rust tools | |
mxsr revised this gist 8 months ago. Go to revision
1 file changed, 6 insertions
server.md
| @@ -15,6 +15,12 @@ cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dys | |||
| 15 | 15 | sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin | |
| 16 | 16 | ``` | |
| 17 | 17 | ||
| 18 | + | #### Execute chezmoi | |
| 19 | + | ```sh | |
| 20 | + | chezmoi init git.mxsr.cloud/mxsr/dotfiles --ssh --apply --purge --git-lfs | |
| 21 | + | chezmoi apply --exclude=encrypted | |
| 22 | + | ``` | |
| 23 | + | ||
| 18 | 24 | #### Install croc | |
| 19 | 25 | ```sh | |
| 20 | 26 | curl https://getcroc.schollz.com | bash | |
mxsr revised this gist 8 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 git-lfs 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 rsync rclone restic fzf git git-lfs gnupg htop jq ripgrep rsync sqlite3 tmux tree ufw vim zsh zsh | |
| 4 | 4 | ``` | |
| 5 | 5 | ||
| 6 | 6 | #### Install standard rust tools | |
mxsr revised this gist 8 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 bottom cargo-binstall cargo-cache du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 10 | + | cargo binstall -y bat bottom cargo-binstall cargo-cache cargo-update du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 11 | 11 | ``` | |
| 12 | 12 | ||
| 13 | 13 | #### Install chezmoi | |
mxsr revised this gist 8 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 dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 10 | + | cargo binstall -y bat bottom cargo-binstall cargo-cache du-dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 11 | 11 | ``` | |
| 12 | 12 | ||
| 13 | 13 | #### Install chezmoi | |
mxsr revised this gist 8 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 dust dysk eza fd ouch rg starship topgrade zoxide | |
| 10 | + | cargo binstall -y bat btm cargo-binstall cargo-cache dust dysk eza fd-find ouch ripgrep starship topgrade zoxide | |
| 11 | 11 | ``` | |
| 12 | 12 | ||
| 13 | 13 | #### Install chezmoi | |