One Thing Well
A weblog about simple, useful software.
Follow on Twitter, App.net, Google+ or via the feed. Feel free to get in touch. Sponsor the site.
Posts tagged with dotfiles.
Subscribe to the dotfiles tag feed.
dotfilemanager
A Python script that helps you manage dotfiles, symlinking them all from a directory which you can keep under version control, store in Dropbox, rsync to your server, &c..
dotphiles
A framework of dotfiles for the usual terminal apps and shells designed to be cross platform and degrade for older machines.
A more sensible setup than some of the ‘everything but the kitchen sink’ dotfile collections: the idea is to fork the repository, edit the files to taste, then use the supplied script to symlink the configs you need to the right spot in your home directory.
Crunchbox
A themes manager that saves your current programs themes and easily loads them later. Changes the look of your desktop on the fly.
Crunchbox supports a handful of applications and the Openbox window manager out of the box, so to speak, but adding plugins for anything that uses text files for configuration is easy.
grml-zsh-config
The zsh configuration that ships with the Debian-based grml distro. It offers a huge raft of features, including improved autocompletion, persistent history for commands you use regularly and a great prompt.
The grml team also maintain zsh-lovers, a great collection of zsh tips and tricks.
oh-my-zsh
A community-driven framework for managing your zsh configuration. Includes 40+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 80 terminal themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
I was certain I’d already linked to oh-my-zsh before, but Google says otherwise. It’s a great way to get up and running with all the zsh bells and whistles.
bash-it
A modular collection of prompt themes, scripts, functions and aliases for bash.
Dotfiles
A brief guide to storing your configuration files on Github, which is arguably the best way to back up dotfiles and sync them between different machines.
dotploy
A bash script that helps you deploy configuration files from a DVCS repo, a folder in your Dropbox, &c..
DotShare.it
A new site for sharing configuration files.
Homesick
Homesick… uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command.
Nice. Possibly nice enough for me to clean up the unholy mess that is my dotfiles repo.
Homesick
[Homesick] uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command”.
Very slick.
I can’t find a tool that does the opposite of Homesick, scooping up existing dotfiles in ~/ and popping them in a repository—if you know of one, let me know.