Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 862 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 862 Bytes

darthsoup's dotfiles

My personal dotfiles

This setup is mainly intended for macOS, but should also work under Linux or Windows (WSL2).

Installation

To install, simply clone the repo into your user directory and run the install script.

git clone [email protected]:darthsoup/dotfiles.git
cd dotfiles
sh install

zsh

To update Znap and all of your plugins/repos simultaneously, run

znap pull

vim

Vim makes use of minpac for plugin management. At the first start-up call:

:PacSetup

To update minpac and all of your plugins/repos simultaneously, run

:PacUpdate

git

dont forget to add your .gitconfig.local file

[user]
	name = 'Your Name'
	email = '[email protected]'

License

See the bundled LICENSE file for details.