https://github.com/darthsoup/dotfiles
My personal dotfiles for OSX and Windows (WSL)
https://github.com/darthsoup/dotfiles
Last synced: 21 days ago
JSON representation
My personal dotfiles for OSX and Windows (WSL)
- Host: GitHub
- URL: https://github.com/darthsoup/dotfiles
- Owner: darthsoup
- License: mit
- Created: 2019-05-24T09:52:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T00:40:32.000Z (5 months ago)
- Last Synced: 2025-01-10T01:28:18.736Z (5 months ago)
- Language: Vim Script
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```bash
znap pull
```### vim
Vim makes use of minpac for plugin management. At the first start-up call:
```vim
:PacSetup
```To update minpac and all of your plugins/repos simultaneously, run
```vim
:PacUpdate
```### git
dont forget to add your `.gitconfig.local` file
```ini
[user]
name = 'Your Name'
email = '[email protected]'
```## License
See the bundled [LICENSE](https://github.com/darthsoup/dotfiles/blob/master/LICENSE.md) file for details.