Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gierens/dotfiles
Well, as the name says, dotfiles!
https://github.com/gierens/dotfiles
Last synced: 9 days ago
JSON representation
Well, as the name says, dotfiles!
- Host: GitHub
- URL: https://github.com/gierens/dotfiles
- Owner: gierens
- License: mit
- Created: 2024-04-07T16:34:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T10:25:06.000Z (7 months ago)
- Last Synced: 2024-04-14T12:31:06.024Z (7 months ago)
- Language: Vim Script
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Well, as the name says, dotfiles! I'm using stow for managing them.
And yes, I know, my neovim config is in Vimscript. I haven't had the time
to migrate it to Lua. Deal with it! :D## Usage
To install or update the configuration run:
```bash
make
```To remove it again use:
```bash
make clean
```