Skip to content

Commit

Permalink
fix(README): Update installation instructions, remove mentions of obs…
Browse files Browse the repository at this point in the history
…olete software
  • Loading branch information
fhemberger committed Oct 15, 2024
1 parent 6e0841c commit 6aa940d
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Prerequisites:
- [`chezmoi`](https://www.chezmoi.io/), [Download](https://github.com/twpayne/chezmoi/releases)

```bash
# Download config file template
curl -o ~/.config/chezmoi/chezmoi.yaml --create-dirs \
https://raw.githubusercontent.com/fhemberger/dotfiles/main/.chezmoi.yaml
# 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
Expand Down Expand Up @@ -43,22 +46,6 @@ chezmoi init --apply https://github.com/fhemberger/dotfiles.git
- **AUR helper:** [paru](https://github.com/Morganamilo/paru)
- **Pacman hooks:** [arch-audit](https://github.com/ilpianista/arch-audit), [overdue](https://github.com/tylerjl/overdue), [pacman-cleanup-hook](https://aur.archlinux.org/packages/pacman-cleanup-hook)

When **not** installed over an SSH connection:

- **Terminal emulator:** [alacritty](https://github.com/alacritty/alacritty)
- **WM:** [i3-gaps](https://github.com/Airblader/i3)
- **Bar:** [polybar](https://github.com/jaagr/polybar)
- **Launcher:** [rofi](https://github.com/DaveDavenport/rofi)
- **Notification daemon:** [dunst](https://github.com/dunst-project/dunst)
- **File manager:** [ranger](https://github.com/ranger/ranger)
- **Screenlocker:** [betterlockscreen](https://github.com/pavanjadhaw/betterlockscreen)
- **Color theme generation:** [pywal](https://github.com/dylanaraps/pywal)

### Debian/Ubuntu

- **Clipboard manager:** [gpaste](https://github.com/Keruspe/GPaste)
- **Launcher:** [Ulauncher](https://ulauncher.io/)

### Synology NAS

Requires [Entware's `opkg`](https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS) package manager. It can be installed using the [Easy Bootstrap Installer](https://www.cphub.net/?p=ebi) package.

0 comments on commit 6aa940d

Please sign in to comment.