Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
You can clone the repository wherever you want.
git clone git@github.com:rzuquim/dotfiles.git; cd dotfiles; ./bootstrap.ps1
You can clone the repository wherever you want. (I like to keep it in ~/dev/dotfiles
, with ~/dotfiles
as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone git@github.com:rzuquim/dotfiles.git && cd dotfiles && source bootstrap.sh
To update, cd
into your local dotfiles
repository and then:
source bootstrap.sh
./update-shell.ps1
Install poetry with
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
and then add bash auto-completion with
poetry completions bash | sudo tee /etc/bash_completion.d/poetry.bash-completion
- Mathias Bynens and his dotfiles repository