Dotfiles of bevsxyz
This repo hosts my personal dotfiles. I use the tool Chezmoi to manage them in a sane way.
To start off, you need to create a config file by running chezmoi edit-config. Then a basic config as follows:
[data]
email = "myself@my.com"
name = "Bevan Stanely"
spotify_id = "Mail id for spotify" # I use separate mail id so
[git]
autoCommit = true
autoPush = trueYou may use the following code in commandline to checkout and initialize this repo. --ssh flag will checkout with ssh.
chezmoi init --apply bevzxyzThere you just replicated my dotfiles for your credentials!