Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.82 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.82 KB

My dotfiles

Complete setup for macOS, Arch Linux, Debian/Ubuntu, Android (Termux) and Synology NAS.

Installs useful binaries (bat, colordiff, curl, fzf, git-delta, htop, gdu, …), the Starship prompt and zsh as default shell.

Installation

Prerequisites:

# Create config directory
mkdir -p ~/.config/chezmoi/

# Download and render config file template
curl -sS https://raw.githubusercontent.com/fhemberger/dotfiles/main/.chezmoi.yaml.tmpl \
  | chezmoi execute-template -o ~/.config/chezmoi/chezmoi.yaml

# Edit ~/.config/chezmoi/chezmoi.yaml, then
chezmoi init --apply https://github.com/fhemberger/dotfiles.git

What gets installed?

General

  • Shell: zsh
  • Archive management: unp, unrar, unzip, zip
  • Tools: bat, colordiff, curl, direnv, dnsutils, fd, fzf, git-delta, htop, jq, nano, gdu, (neo)vim, nmap, ranger, rsync, tmux, ufw, wget

macOS

Arch Linux

Synology NAS

Requires Entware's opkg package manager. It can be installed using the Easy Bootstrap Installer package.