These are my personal dotfiles. I use these over multiple platforms and machines.
The below command installs chezmoi and initilizes the dotfiles. See: chezmoi One-line binary install for more information.
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply [email protected]:jasonlearst/dotfiles.git
Run tmux and install plugins with prefix + I (capital i, as in in Install)
Run nvim and install plugins with :Lazy sync
Run vim and install plugins with :PlugInstall
Use the dotfiles!
If you have any ideas for improvement feel free to contribute!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
TODO: Write history
http://dotfiles.github.io/
chezmoi Dotfiles Manager
TODO: Write license