Shittp: SSH Tool for Transferring Dotfiles to Remote Machines
By
sdovan1
Master baker tier. Every paragraph earns its place on the tray.
Summary
Shittp is a tool that enables users to bring their dotfiles (configuration files) to remote machines via SSH. It works by packing dotfiles into a tarball, converting to base64, transporting via SSH, and unpacking on the remote machine. The tool updates the HOME environment variable to point to the extracted directory and sources setup scripts. It requires POSIX shell, ssh, tar, base64, and mktemp dependencies, and can be used with both SSH connections and Docker containers.
Key quotes
· 5 pulledBring your dotfiles to a remote machine via SSH without mess.
Pack: create a tarball of your dotfiles and pipes to base64 string.
Transport: passing the base64 string and setup script as a SSH remote command.
Unpack: on the remote, decodes base64 string and extracts to temp directory.
Init: update HOME environment variable to point to previous extracted directory. Sources setup script and start an
You might also wanna read
SnapPoint: Open-Source System Auditor and Package Manager Manager for Developers
SnapPoint is an open-source system auditor and package manager manager designed to help developers clean up their development machines. The
witr: A Diagnostic Tool for Understanding Why Processes Are Running
witr (why-is-this-running) is a diagnostic tool designed to answer the fundamental question of why processes are running on a system. Unlike
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·12h agoMicrosoft Foundry Skill: Reusable Guidance for Coding Agent Workflows
The Microsoft Foundry Skill is a meta-skill for coding agents that provides reusable guidance for Foundry agent workflows. It helps standard
Erlang Ecosystem Foundation Launches Central Company Registry
The Erlang Ecosystem Foundation has launched a new canonical company registry at registry.erlef.org. The registry aims to serve members, spo
aislop: Open-source CLI tool detects low-quality code patterns left by AI coding agents
aislop is an open-source CLI tool (MIT-licensed) that detects low-quality patterns left behind by AI coding agents like Claude Code, Cursor,
