Skip to content

Installation

Shreyas V edited this page Nov 22, 2025 · 6 revisions

From AUR (yay & paru)

yay -S dotpush

Initialize dotpush

dotpush init

(Run dotpush init github for GitHub integration)

Note

On fresh arch installs, if NoKeyringError occurs, please install a recommended Linux Secret Service backend.

# Recommended (KDE / GNOME / Hyprland supported)
sudo pacman -S libsecret gnome-keyring

# Fallback (less secure, but works everywhere — i3, sway, tty, servers)
pip install keyrings.alt

Manual installation:

  1. Clone repository:
git clone https://github.com/woterr/dotpush.git
cd dotpush
  1. Build package
makepkg -si
  1. Verify installation:
dotpush --help

Clone this wiki locally