An open API service indexing awesome lists of open source software.

https://github.com/dknight/dotfiles

My dotfiles
https://github.com/dknight/dotfiles

Last synced: 27 days ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# dotfiles

My dotfiles for peronal use.
You can take them and do whatever you want without any restrictions.

Shield: [![CC BY 4.0][cc-by-shield]][cc-by]

## Install

```shell
ln -s snippets $HOME/.config/nvim/runtime/snippets
ln -s init.lua $HOME/.config/nvim/init.lua
ln -s lspconfig.lua $HOME/.config/nvim/lspconfig.lua
ln -s mc $HOME/.config/mc
```

This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg