This repo contains the most important dotfiles of my configuration
To deploy these dotfiles properly the following steps are necessary:
- install the application dotdrop
- create the directory
~/.dotfiles
andcd
into it git clone
this repository into the directorydotfiles
- sym-link the
config.yaml
(ln -s ./dotfiles/config.yaml config.yaml
) - edit the
config.yaml
as needed (at least the host name to fit your machine) - create the required pwd-files in
~/.local/share/pwd
as seen whendotdrop compare
is run - run
dotdrop install
(-t
for a dry/temporary-run) and confirm the according changes - profit?!
Pull requests are welcome. Please create an issue to discuss the changes that you like to introduce to the dotfiles.