Skip to content

My personal dotfiles for OSX and Windows (WSL)

License

Notifications You must be signed in to change notification settings

darthsoup/dotfiles

Repository files navigation

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.

About

My personal dotfiles for OSX and Windows (WSL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published