Skip to content

tvieira/dotfiles

Repository files navigation

My base configuration

This is used in a Fedora 25 workstation and it should work for any linux distribution.

Requirements

  • Git
  • Bash
  • Python
  • Python virtualenv and virtualenvwrapper installed locally

Installing virtualenv and virtualenvwrapper locally

Make sure you have pip in your system and run the following:

$ cd ~
$ pip install --user -U virtualenv virtualenvwrapper

This should put the virtualenv script at $HOME/.local/bin.

Bootstrapper

This is based on gf3/dotfiles v1.0.0.

$ bash < <( curl https://raw.githubusercontent.com/tvieira/dotfiles/master/bootstrap.sh )

After installed, you can update with the latest configuration:

$ ~/.dotfiles/bootstrap.sh

Vim configuration

I maintain my vim configuration in a different repository and bootstrap.sh will install it for you.

(in progress) Mutt configuration

I maintain my mutt configuration in a different repository and bootstrap.sh will install it for you.

Releases

No releases published

Packages

No packages published