smlavine / dots

My dotfiles

Home Page:https://git.sr.ht/~smlavine/dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dots

These are my dotfiles. They are deployed by smlss.

All dotfiles are located in the src/ directory, organized as if they were in $HOME.

To install the dotfiles to their proper places, simply run make or make install.

To uninstall the dotfiles, run make uninstall.

Copyright

Files in this repository over which I hold copyright, or files which I am legally able to license in this way are licensed under the terms of the MIT license. See LICENSE for details. For explicit exceptions to this, see below.

Contrib

The file bash_completion was originally written by cykerway, and is licensed under the GPLv3. See LICENSE.bash_completion for details.

The files nvim/ftdetect/gcode.vim and nvim/syntax/gcode.vim were originally written by Dave Eno and improved by wilriker. I cannot find an explicit license with the distribution of these files, but considering their rather specific use case and that they seem to have been posted online in the sharing spirit, I do not feel uncomfortable incorporating them here.

The file nvim/init.vim is an amalgamtion of mostly unoriginal snippets from the Vim wiki and from StackOverflow. Therefore, it is licensed under the terms of CC BY-SA 4.0.

About

My dotfiles

https://git.sr.ht/~smlavine/dots

License:MIT License


Languages

Language:Shell 95.0%Language:Makefile 4.1%Language:Python 0.9%