Dotfiles managed with chezmoi
.
Install chezmoi
with:
$ sh -c "$(curl -fsLS git.io/chezmoi)"
Install and apply configuration with:
$ ./bin/chezmoi init https://github.com/nicholaschiang/dotfiles.git --apply
There are a couple external dependencies you'll have to install for some of the
configurations in those dotfiles (namely .vimrc
):
See these instructions for how to install (and add) the required powerline fonts:
For the nice looking powerline symbols to appear, you will need to install a patched font. Instructions can be found in the official powerline
documentation. Prepatched fonts can be found in the powerline-fonts repository.
Or, just trust me and run:
$ sudo apt-get install fonts-powerline
I use Hack as my font of choice. Follow the instructions on their website to install it.