This is used in a Fedora 25 workstation and it should work for any linux distribution.
- Git
- Bash
- Python
- Python virtualenv and virtualenvwrapper installed 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
.
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
I maintain my vim configuration in a
different repository and bootstrap.sh
will install it for you.
I maintain my mutt configuration in
a different repository and bootstrap.sh
will install it for you.