Skip to main content

Tag: dotfiles

Bootstrap / install script for dotfiles

I don’t think everyone, but at least a lot of people have a set of dotfiles that they use to configure their environment on a personal or work machine. Many people have those dotfiles in a git repository to keep them versioned and synced between machines. But not many people make use of a bootstrap script to install those dotfiles on a new machine. I recently rewrote my Bootstrap script in Python.

Sharing my dotfiles

Here I am, trying to write in english as an exercise and, ofcourse, attempting to reach more people with my ideas. This post is only to share with the community my dotfiles automation. All over the internet we can found a hundred of scripts to link files in your home directory. Many of them has some kind of restriction (yeah, my bootstrap script have some things that fit to my reallity, but can be easily changed to yours).